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

# Derivations from base image
RUN apt-get update -qq && apt-get install -qq -y fortune

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