diff --git a/Dockerfile b/Dockerfile index 3c2f83b..7c64ce5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,10 +24,12 @@ RUN set -eux; \ apt-get update && \ apt-get upgrade -y && \ apt-get install --no-install-recommends -y \ + adwaita-icon-theme \ bash bash-completion ca-certificates curl wget unzip xz-utils \ dbus doas sudo nano git make \ openbox xvfb x11vnc novnc websockify \ - fonts-dejavu less mesa-utils \ + fonts-dejavu fonts-liberation fonts-noto-core gtk2-engines-murrine \ + less mesa-utils \ dumb-init net-tools iproute2 \ menu python3-xdg python3 python3-pip python3-venv pipx \ libnss3 libnspr4 libxss1 libasound2 libxshmfence1 \ @@ -36,7 +38,7 @@ RUN set -eux; \ libxrandr2 libxdamage1 libxfixes3 libxext6 libx11-6 chromium \ supervisor dbus-x11 firefox-esr htop xdg-utils xfce4-terminal wmctrl locales \ default-jre dos2unix file fuse3 gh gnupg golang iptables jq lsb-release lsof netcat-openbsd \ - nodejs npm openssh-client passwd patch shellcheck siege tar tree uidmap virtualenv; \ + nodejs npm openssh-client passwd patch shellcheck siege tar tree uidmap virtualenv xclip xsel; \ echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && \ locale-gen && \ apt-get clean && rm -rf /var/lib/apt/lists/*