1
0
mirror of https://github.com/fcwu/docker-ubuntu-vnc-desktop synced 2026-08-05 16:12:41 +02:00

Add wallpapers

This commit is contained in:
Doro Wu
2015-12-03 13:48:32 +08:00
parent d6deb79bc9
commit 8112a93c49
7 changed files with 25 additions and 1 deletions
+5 -1
View File
@@ -1,6 +1,9 @@
FROM ubuntu:14.04.2
FROM ubuntu:14.04.3
MAINTAINER Doro Wu <fcwu.tw@gmail.com>
# cache
RUN sed -i 's#http://archive.ubuntu.com/#http://qnap.dorowu.com/#' /etc/apt/sources.list
ENV DEBIAN_FRONTEND noninteractive
ENV HOME /root
@@ -30,6 +33,7 @@ ADD noVNC /noVNC/
ADD nginx.conf /etc/nginx/sites-enabled/default
ADD startup.sh /
ADD supervisord.conf /etc/supervisor/conf.d/
ADD doro-lxde-wallpapers /usr/share/doro-lxde-wallpapers/
EXPOSE 6080
WORKDIR /root