Added curl

This commit is contained in:
2020-06-04 15:43:31 +02:00
parent 7b8520c287
commit 71545204ee

View File

@@ -4,5 +4,6 @@ RUN apt-get update && apt-get -y install \
procps \
iputils-ping \
dnsutils \
curl \
&& apt-get clean
CMD ["/usr/games/cowsay", "Hej alla! Docker fungerar!"]