Added Tag `1.0.0`
[demos/kafka/wordcount] / Dockerfile
1 FROM ubuntu:22.04
2
3 RUN apt-get update && apt-get install -y fortune fortunes-mario fortunes-off fortunes-spam fortunes-ubuntu-server fortunes-debian-hints fortunes-de fortune-anarchism httpie && apt-get clean && rm -rvf /var/lib/apt/lists/*
4 RUN date > builddate.txt
5 COPY fortune-simpsons-chalkboard/chalkboard* /usr/share/games/fortunes/
6
7 CMD ["/usr/games/fortune"]