just a tiny tidy up
This commit is contained in:
10
Dockerfile
10
Dockerfile
@@ -2,9 +2,13 @@ FROM ubuntu:18.04
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --allow-unauthenticated vim openssh-server mc \
|
||||
less mercurial firefox chromium-browser git wget curl boxes sudo netcat \
|
||||
net-tools terminator default-jdk figlet python3-dev && apt-get clean && \
|
||||
apt-get install -y --allow-unauthenticated \
|
||||
vim openssh-server mc \
|
||||
less mercurial firefox \
|
||||
chromium-browser git wget \
|
||||
curl boxes sudo netcat \
|
||||
net-tools terminator default-jdk \
|
||||
toilet 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
|
||||
|
||||
Reference in New Issue
Block a user