Skip to content

Commit

Permalink
No install recomends/suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanDamron committed Aug 4, 2024
1 parent b8e885a commit 6591f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfiles/Dockerfile.geocml-desktop
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apt install -y wget gnupg xvfb x11-xserver-utils python3-pip \
&& echo "deb [arch=amd64] https://xpra.org/ focal main" > /etc/apt/sources.list.d/xpra.list \
&& wget -q https://xpra.org/gpg.asc -O- | apt-key add - \
&& apt update \
&& apt install -y xpra
&& apt install -y xpra --no-install-recommends --no-install-suggests

# Install QGIS
RUN apt install -y qgis
Expand Down

0 comments on commit 6591f58

Please sign in to comment.