Skip to content

Commit

Permalink
screensaver included
Browse files Browse the repository at this point in the history
  • Loading branch information
hilschernetpi committed Apr 5, 2019
1 parent 6c4553a commit 6aa0051
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
RUN [ "cross-build-start" ]

#version
ENV HILSCHERNETPI_DESKTOP_HDMI_VERSION 1.2.1
ENV HILSCHERNETPI_DESKTOP_HDMI_VERSION 1.2.2


#labeling
Expand Down Expand Up @@ -82,6 +82,9 @@ RUN apt-get install wget \
&& apt-get install chromium-browser \
&& rm key.pgp

#installe screensaver
RUN apt-get install xscreensaver

#set the entrypoint
ENTRYPOINT ["/etc/init.d/entrypoint.sh"]

Expand Down

0 comments on commit 6aa0051

Please sign in to comment.