+ v3 onion config
+ use newer ubuntu
This commit is contained in:
parent
0f8581b399
commit
9d827493e4
6 changed files with 19 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue