Skip to content

Commit

Permalink
Dockerfile cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubNTNU committed Oct 26, 2023
1 parent eba47fa commit 57cc964
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ FROM jupyter/minimal-notebook:lab-3.6.1

USER root
RUN set -x \
&& apt-get update \
&& sudo apt-get update -y && sudo apt-get autoremove -y \
&& sudo apt-get install -y --no-install-recommends xubuntu-desktop \
&& apt-get update -y && sudo apt-get autoremove -y \
&& apt-get install -y --no-install-recommends xubuntu-desktop \
&& apt-get install -y --no-install-recommends xauth xinit dbus-x11 \
&& apt-get install -y --no-install-recommends tigervnc-standalone-server tigervnc-xorg-extension \
# Cleanup -- screensaver causes issues in VNC
Expand Down

0 comments on commit 57cc964

Please sign in to comment.