FROM debian

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

CMD /usr/games/cowsay "Hello, World!"