moved to ubuntu18

This commit is contained in:
Ville Rantanen
2019-02-14 11:51:00 +02:00
parent 024295c98a
commit 514e6bd042
4 changed files with 8 additions and 45 deletions

View File

@@ -1,16 +1,16 @@
FROM ubuntu:16.04
FROM ubuntu:18.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
apt-get install -y --allow-unauthenticated vim openssh-server mc \
less mercurial fiurefox chromium-browser git wget curl boxes sudo netcat \
net-tools terminator default-jdk figlet python3-dev && apt-get clean && \
curl https://bootstrap.pypa.io/get-pip.py | python3
RUN hg clone https://bitbucket.org/MoonQ/tools /usr/local/share/q-tools
RUN echo X11UseLocalhost no >> /etc/ssh/sshd_config
ADD bootstuff.sh /
ADD userinit.sh /
ADD vnc_passwd /
RUN /userinit.sh