Initial commit
This commit is contained in:
9
kapitel10/10_2/Dockerfile
Normal file
9
kapitel10/10_2/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM debian:11-slim
|
||||
RUN apt-get update && apt-get -y install \
|
||||
cowsay \
|
||||
procps \
|
||||
iputils-ping \
|
||||
dnsutils \
|
||||
curl \
|
||||
&& apt-get clean
|
||||
CMD ["/usr/games/cowsay", "Hej alla! Docker fungerar!"]
|
Reference in New Issue
Block a user