blob: 9af68058679701283049712eec4a0ae2b7feeab3 [file] [log] [blame]
Patrick Williamsd849ec72016-08-17 14:59:38 -05001FROM debian
2
3MAINTAINER amy.fong@windriver.com
4
5RUN apt-get update && apt-get install figlet
6
7ENTRYPOINT [ "/usr/bin/figlet", "hi" ]