mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2026-08-05 16:12:41 +02:00
Revert to vnc_auto.html
This commit is contained in:
+4
-1
@@ -13,12 +13,15 @@ RUN apt-get update \
|
||||
libreoffice firefox \
|
||||
fonts-wqy-microhei \
|
||||
language-pack-zh-hant language-pack-gnome-zh-hant firefox-locale-zh-hant libreoffice-l10n-zh-tw \
|
||||
nginx \
|
||||
python-pip \
|
||||
&& apt-get autoclean \
|
||||
&& apt-get autoremove \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
||||
ADD noVNC /noVNC/
|
||||
ADD nginx.conf /etc/nginx/sites-enabled/default
|
||||
ADD startup.sh /
|
||||
ADD supervisord.conf /etc/
|
||||
EXPOSE 6080
|
||||
|
||||
Reference in New Issue
Block a user