Skip to content

Instantly share code, notes, and snippets.

@nicr9
Last active February 16, 2016 08:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicr9/b239a57f9cc93151cc73 to your computer and use it in GitHub Desktop.
Save nicr9/b239a57f9cc93151cc73 to your computer and use it in GitHub Desktop.
FROM ubuntu:15.10
MAINTAINER Nic Roland "nicroland9@gmail.com"
RUN apt-get update && \
apt-get install -y imagemagick feh
ENTRYPOINT import -window root -display :0 /tmp/0.png && \
feh -. /tmp/0.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment