updated dockerfile, fixed bug in showing name in mail
This commit is contained in:
parent
c0c0f838b6
commit
f4cc1a6f8f
5 changed files with 22 additions and 12 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