Skip to content

Commit

Permalink
Use sleep form path
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Groemmer authored and dergeberl committed Oct 14, 2024
1 parent e8336c0 commit fd0915c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN apt update && \
rm -rf /var/lib/apt/lists/* && \
apt-get clean

CMD ["/bin/sleep", "infinity"]
CMD ["sleep", "infinity"]


### nettools container image
Expand All @@ -46,7 +46,7 @@ RUN apt update && \
rm -rf /var/lib/apt/lists/* && \
apt-get clean

CMD ["/bin/sleep", "infinity"]
CMD ["sleep", "infinity"]


### kubectl container image
Expand All @@ -59,4 +59,4 @@ RUN apt update && apt install -y gnupg2 && \
rm -rf /var/lib/apt/lists/* && \
apt-get clean

CMD ["/bin/sleep", "infinity"]
CMD ["sleep", "infinity"]

0 comments on commit fd0915c

Please sign in to comment.