summaryrefslogtreecommitdiff
path: root/examples/fortune/Dockerfile
blob: e14c71ed4fdb40f36d278c98aa317eab8ec20789 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Basisimage
FROM debian:jessie
# Metadata
MAINTAINER Camil Staps <info@camilstaps.nl>

# Aanpassing t.o.v. basisimage
RUN apt-get update -qq && apt-get install -qq -y fortune

# Commando
ENTRYPOINT /usr/games/fortune
CMD -s