Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Commit

Permalink
removed wrong echo flag
Browse files Browse the repository at this point in the history
  • Loading branch information
curcuz committed Mar 7, 2016
1 parent 9b598c7 commit e7899e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ RUN apt-get update && apt-get install -y \

# Set Xorg and FLUXBOX preferences
RUN mkdir ~/.fluxbox
RUN echo -e "xset s off\nxserver-command=X -s 0 dpms" > ~/.fluxbox/startup
RUN echo -e "#!/bin/sh\n\nexec /usr/bin/X -s 0 dpms -nocursor -nolisten tcp "$@"" > /etc/X11/xinit/xserverrc
RUN echo "xset s off\nxserver-command=X -s 0 dpms" > ~/.fluxbox/startup
RUN echo "#!/bin/sh\n\nexec /usr/bin/X -s 0 dpms -nocursor -nolisten tcp "$@"" > /etc/X11/xinit/xserverrc

# Set npm
RUN npm config set unsafe-perm true
Expand Down

0 comments on commit e7899e3

Please sign in to comment.