aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-containers/docker/docker/hi.Dockerfile
blob: 9af68058679701283049712eec4a0ae2b7feeab3 (plain)
1
2
3
4
5
6
7
FROM debian

MAINTAINER amy.fong@windriver.com

RUN apt-get update && apt-get install figlet

ENTRYPOINT [ "/usr/bin/figlet", "hi" ]