TurboVNC: run with ratpoison instead of xfce4, 1.51GB -> 1.41GB

This commit is contained in:
Ralf Vogler 2025-06-05 22:05:12 +02:00
parent 4cf2718077
commit a0545beb3a
2 changed files with 3 additions and 4 deletions

View file

@ -23,7 +23,7 @@ RUN apt-get update \
# update lists and install
&& apt-get update \
&& apt-get install --no-install-recommends -y \
virtualgl turbovnc xfce4 \
virtualgl turbovnc ratpoison \
novnc websockify \
tini \
nodejs \
@ -45,8 +45,7 @@ RUN apt-get update \
libcairo2 \
libasound2 \
# needed for TurboVNC if not installing xfce4:
# libxdamage1 \
# libxrandr2 \
libxdamage1 \
&& apt-get autoremove -y \
# https://www.perplexity.ai/search/what-files-do-i-need-to-remove-imjwdphNSUWK98WzsmQswA
&& apt-get clean \