Added dnsutils package

This commit is contained in:
Jack-Benny Persson 2020-06-04 13:32:27 +02:00
parent 133ac27492
commit 7b8520c287

View File

@ -1,4 +1,8 @@
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
CMD ["/usr/games/cowsay", "Hej alla! Docker fungerar!"]