From 2571e278e91d799d46e11df3bc3d54d23ec45fe3 Mon Sep 17 00:00:00 2001 From: DCsunset Date: Wed, 13 May 2020 22:47:22 -0700 Subject: [PATCH] fix: add xorg to dependencies --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1f24610..d712176 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \