fix: add xorg to dependencies

This commit is contained in:
DCsunset 2020-05-13 22:47:22 -07:00
parent f9047eb30c
commit 2571e278e9

View file

@ -14,9 +14,9 @@ ENV websockify_version=0.9.0
# Install apps
RUN pacman -Syu --noconfirm xfce4 xfce4-goodies \
chromium vim wget tigervnc \
python-numpy python-setuptools
# && pacman -Scc --noconfirm
chromium vim wget tigervnc xorg \
python-numpy python-setuptools \
&& pacman -Scc --noconfirm
# Install noVNC
RUN wget https://github.com/novnc/websockify/archive/v${websockify_version}.tar.gz -O /websockify.tar.gz \