Files
dont-stop-folding/Dockerfile
2025-07-17 21:45:17 +02:00

5 lines
177 B
Docker

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"]