Cucumber/Dockerfile

5 lines
166 B
Docker
Raw Normal View History

2024-12-23 19:36:40 +04:00
FROM docker/whalesay:latest
LABEL Name=cucumber Version=0.0.1
RUN apt-get -y update && apt-get install -y fortunes
CMD ["sh", "-c", "/usr/games/fortune -a | cowsay"]