mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 11:30:06 +01:00
Clean up package caches and such
This commit is contained in:
@@ -16,6 +16,7 @@ RUN echo "mate-session &"> ~/.vnc/xstartup
|
||||
# RUN echo "startlxde &"> ~/.vnc/xstartup
|
||||
|
||||
RUN sudo dnf -y remove *screensaver*
|
||||
RUN sudo dnf clean all
|
||||
|
||||
RUN chmod u+x ~/.vnc/xstartup
|
||||
RUN echo "password" | vncpasswd -f >> ~/.vnc/passwd
|
||||
|
||||
@@ -12,6 +12,7 @@ RUN apt-get install -y \
|
||||
# ubuntu-mate-desktop
|
||||
|
||||
RUN apt-get remove -y "*screensaver*"
|
||||
RUN apt-get clean
|
||||
|
||||
USER ${USER}:${USER}
|
||||
RUN touch ~/.Xauthority; \
|
||||
|
||||
Reference in New Issue
Block a user