This commit is contained in:
Ville Rantanen
2019-02-14 11:53:54 +02:00
parent 514e6bd042
commit 62f6d89ff5

View File

@@ -3,7 +3,7 @@ FROM ubuntu:18.04
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y --allow-unauthenticated vim openssh-server mc \ apt-get install -y --allow-unauthenticated vim openssh-server mc \
less mercurial fiurefox chromium-browser git wget curl boxes sudo netcat \ less mercurial firefox chromium-browser git wget curl boxes sudo netcat \
net-tools terminator default-jdk figlet python3-dev && apt-get clean && \ net-tools terminator default-jdk figlet python3-dev && apt-get clean && \
curl https://bootstrap.pypa.io/get-pip.py | python3 curl https://bootstrap.pypa.io/get-pip.py | python3
RUN hg clone https://bitbucket.org/MoonQ/tools /usr/local/share/q-tools RUN hg clone https://bitbucket.org/MoonQ/tools /usr/local/share/q-tools