This commit is contained in:
Rantanen Ville
2017-04-27 12:00:07 +03:00
commit a5ac6f0224
5 changed files with 214 additions and 0 deletions

16
Dockerfile Normal file
View File

@@ -0,0 +1,16 @@
FROM ubuntu:16.04
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
apt-get install -y --allow-unauthenticated vim openssh-server mc \
less mercurial wget boxes firefox chromium-browser sudo netcat \
lxde vnc4server net-tools terminator lxappearance figlet && apt-get clean
RUN hg clone https://bitbucket.org/MoonQ/tools /usr/local/share/q-tools
ADD bootstuff.sh /
ADD userinit.sh /
ADD vnc_passwd /
RUN /userinit.sh