FROM debian

RUN apt update && apt install -y figlet

ENTRYPOINT ["/usr/bin/figlet"]

CMD "Coucou les iwocs :D"
