mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2026-08-05 16:12:41 +02:00
Responsive x11 size
This commit is contained in:
+6
-3
@@ -1,4 +1,4 @@
|
||||
FROM ubuntu:14.04
|
||||
FROM ubuntu:14.04.2
|
||||
MAINTAINER Doro Wu <fcwu.tw@gmail.com>
|
||||
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
@@ -14,16 +14,19 @@ RUN apt-get update \
|
||||
fonts-wqy-microhei \
|
||||
language-pack-zh-hant language-pack-gnome-zh-hant firefox-locale-zh-hant libreoffice-l10n-zh-tw \
|
||||
nginx \
|
||||
python-pip \
|
||||
python-pip python-dev build-essential \
|
||||
&& apt-get autoclean \
|
||||
&& apt-get autoremove \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ADD web /web/
|
||||
RUN pip install -r /web/requirements.txt
|
||||
|
||||
ADD noVNC /noVNC/
|
||||
ADD nginx.conf /etc/nginx/sites-enabled/default
|
||||
ADD startup.sh /
|
||||
ADD supervisord.conf /etc/
|
||||
ADD supervisord.conf /etc/supervisor/conf.d/
|
||||
|
||||
EXPOSE 6080
|
||||
WORKDIR /root
|
||||
ENTRYPOINT ["/startup.sh"]
|
||||
|
||||
Reference in New Issue
Block a user