blob: 9af68058679701283049712eec4a0ae2b7feeab3 [file] [log] [blame]
FROM debian
MAINTAINER amy.fong@windriver.com
RUN apt-get update && apt-get install figlet
ENTRYPOINT [ "/usr/bin/figlet", "hi" ]