Added ping

This commit is contained in:
Jack-Benny Persson 2020-06-01 03:07:10 +02:00
parent bf9dddc8d6
commit 133ac27492

View File

@ -1,3 +1,4 @@
FROM debian:10-slim FROM debian:10-slim
RUN apt-get update && apt-get -y install cowsay procps && apt-get clean RUN apt-get update && apt-get -y install cowsay procps iputils-ping \
&& apt-get clean
CMD ["/usr/games/cowsay", "Hej alla! Docker fungerar!"] CMD ["/usr/games/cowsay", "Hej alla! Docker fungerar!"]