Files
safe-x/Dockerfile
2017-07-13 06:13:21 +00:00

18 lines
502 B
Docker

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
RUN echo X11UseLocalhost no >> /etc/ssh/sshd_config
ADD bootstuff.sh /
ADD userinit.sh /
ADD vnc_passwd /
RUN /userinit.sh