FROM debian

RUN apt-get update && apt install -y cowsay

CMD /usr/games/cowsay "Hello Docker !"
