docker try #1

This commit is contained in:
2025-07-17 21:55:37 +02:00
parent 5b602d33f1
commit 76a7bfddeb
5 changed files with 6 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
FROM docker/whalesay:latest
LABEL Name=dontstopfolding Version=0.0.1
RUN apt-get -y update && apt-get install -y fortunes
CMD ["sh", "-c", "/usr/games/fortune -a | cowsay"]
CMD ["sh", "-c", "/usr/games/fortune -a | cowsay"]