Skip to content

Commit

Permalink
Disable xfce polkit
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Bohne authored and Robert Bohne committed Oct 31, 2016
1 parent ae8de1a commit ae0afe8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions centos-xfce-vnc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,8 @@ ADD scripts /root/scripts
RUN chmod +x /root/scripts/*.sh /root/.vnc/xstartup /etc/xdg/xfce4/xinitrc /root/Desktop/*.desktop
RUN /bin/dbus-uuidgen > /etc/machine-id

# Disable xfce-polkit
RUN rm /etc/xdg/autostart/xfce-polkit.desktop

ENTRYPOINT ["/root/scripts/vnc_startup.sh"]
CMD ["--tail-log"]

0 comments on commit ae0afe8

Please sign in to comment.