From de318c4ffd31aca9fc4a90facc6362afead6b7b5 Mon Sep 17 00:00:00 2001 From: Zaoqi Date: Sun, 8 Sep 2019 14:52:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0tigervncserver?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 713f809..476e0b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ RUN groupadd user && useradd -m -g user user && \ # workaround for https://github.com/just-containers/s6-overlay/issues/158 ln -s /init /init.entrypoint && \ # tigervnc - wget -O /tmp/tigervnc.deb https://bintray.com/artifact/download/tigervnc/stable/ubuntu-16.04LTS/amd64/tigervncserver_1.7.1-1ubuntu1_amd64.deb && \ + wget -O /tmp/tigervnc.deb https://bintray.com/artifact/download/tigervnc/stable/ubuntu-16.04LTS/amd64/tigervncserver_1.9.0-1ubuntu1_amd64.deb && \ (dpkg -i /tmp/tigervnc.deb || apt-get -f -y install) && \ locale-gen en_US.UTF-8 && \ # novnc