update
This commit is contained in:
@@ -24,10 +24,12 @@ RUN set -eux; \
|
|||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get upgrade -y && \
|
apt-get upgrade -y && \
|
||||||
apt-get install --no-install-recommends -y \
|
apt-get install --no-install-recommends -y \
|
||||||
|
adwaita-icon-theme \
|
||||||
bash bash-completion ca-certificates curl wget unzip xz-utils \
|
bash bash-completion ca-certificates curl wget unzip xz-utils \
|
||||||
dbus doas sudo nano git make \
|
dbus doas sudo nano git make \
|
||||||
openbox xvfb x11vnc novnc websockify \
|
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 \
|
dumb-init net-tools iproute2 \
|
||||||
menu python3-xdg python3 python3-pip python3-venv pipx \
|
menu python3-xdg python3 python3-pip python3-venv pipx \
|
||||||
libnss3 libnspr4 libxss1 libasound2 libxshmfence1 \
|
libnss3 libnspr4 libxss1 libasound2 libxshmfence1 \
|
||||||
@@ -36,7 +38,7 @@ RUN set -eux; \
|
|||||||
libxrandr2 libxdamage1 libxfixes3 libxext6 libx11-6 chromium \
|
libxrandr2 libxdamage1 libxfixes3 libxext6 libx11-6 chromium \
|
||||||
supervisor dbus-x11 firefox-esr htop xdg-utils xfce4-terminal wmctrl locales \
|
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 \
|
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 && \
|
echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && \
|
||||||
locale-gen && \
|
locale-gen && \
|
||||||
apt-get clean && rm -rf /var/lib/apt/lists/*
|
apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||||
|
|||||||
Reference in New Issue
Block a user