Merge Tempblocks
This commit is contained in:
parent
f15d00f61f
commit
44d545684a
40 changed files with 1633 additions and 443 deletions
|
@ -4,7 +4,7 @@ FROM ubuntu:bionic
|
|||
ENV HOME /root
|
||||
|
||||
#Install needed packages
|
||||
RUN apt update && apt install -y python3 python3-dev python3-pip tor locales nano
|
||||
RUN apt update && apt install -y python3 python3-dev python3-pip tor locales nano sqlite3
|
||||
|
||||
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