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