1
0
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:
Doro Wu
2015-05-21 14:09:11 +08:00
parent 5d706b6e1e
commit 8cf04c4ae3
7 changed files with 84 additions and 601 deletions
+6 -3
View File
@@ -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"]