Added dnsutils package
This commit is contained in:
parent
133ac27492
commit
7b8520c287
@ -1,4 +1,8 @@
|
|||||||
FROM debian:10-slim
|
FROM debian:10-slim
|
||||||
RUN apt-get update && apt-get -y install cowsay procps iputils-ping \
|
RUN apt-get update && apt-get -y install \
|
||||||
|
cowsay \
|
||||||
|
procps \
|
||||||
|
iputils-ping \
|
||||||
|
dnsutils \
|
||||||
&& apt-get clean
|
&& 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