+ v3 onion config

+ use newer ubuntu
This commit is contained in:
Kevin Froman 2018-08-18 23:07:09 -05:00
parent 0f8581b399
commit 9d827493e4
No known key found for this signature in database
GPG key ID: 0D414D0FE405B63B
6 changed files with 19 additions and 6 deletions

View file

@ -1,10 +1,10 @@
FROM ubuntu:xenial
FROM ubuntu:bionic
#Base settings
ENV HOME /root
#Install needed packages
RUN apt update && apt install -y python3 python3-dev python3-pip tor locales
RUN apt update && apt install -y python3 python3-dev python3-pip tor locales nano
RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \
locale-gen