Skip to content

Commit

Permalink
更新tigervncserver
Browse files Browse the repository at this point in the history
  • Loading branch information
zaoqi authored and oott123 committed Sep 8, 2019
1 parent 3d0b3ba commit de318c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de318c4

Please sign in to comment.