# Base image FROM debian:jessie # Metadata MAINTAINER Camil Staps # Derivations from base image RUN apt-get update -qq && apt-get install -qq -y fortune # Command ENTRYPOINT /usr/games/fortune CMD -s