Update Dockerfile
This commit is contained in:
parent
406b2fc3f4
commit
62a7b9579b
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ RUN dpkg-reconfigure -f noninteractive tzdata
|
||||||
|
|
||||||
# install software
|
# install software
|
||||||
RUN apt update
|
RUN apt update
|
||||||
RUN apt install -y build-essential python3-pip sqlite3 gettext
|
RUN apt install -y build-essential python3 python3-pip sqlite3 gettext
|
||||||
|
|
||||||
# install dependencies
|
# install dependencies
|
||||||
RUN pip3 install --upgrade pip
|
RUN pip3 install --upgrade pip
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue