mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
8 lines
133 B
Docker
8 lines
133 B
Docker
FROM debian
|
|
|
|
MAINTAINER amy.fong@windriver.com
|
|
|
|
RUN apt-get update && apt-get install figlet
|
|
|
|
ENTRYPOINT [ "/usr/bin/figlet", "hi" ]
|