Added ping
This commit is contained in:
parent
bf9dddc8d6
commit
133ac27492
@ -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!"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user