Skip to content

Commit

Permalink
Fix Debian entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru committed Feb 3, 2025
1 parent 28fb2d9 commit e393b6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ RUN mkdir -p /packages/tmp
RUN make -C /packages/install/ all

WORKDIR /packages
ENTRYPOINT ["/bin/bash"]
CMD ["-l"]
ENTRYPOINT []
CMD ["/bin/bash"]

0 comments on commit e393b6c

Please sign in to comment.