Update Dockerfile

This commit is contained in:
Andros Fenollosa
2021-10-21 14:48:29 +02:00
committed by GitHub
parent cb0f4846d8
commit 8ade7cf275

View File

@ -14,7 +14,8 @@ RUN dpkg-reconfigure -f noninteractive tzdata
# install software
RUN apt update
RUN apt install -y build-essential python3 python3-pip sqlite3 gettext
RUN apt install -y build-essential python3-dev libpq-dev python3-pip sqlite3 gettext
# install dependencies
RUN pip3 install --upgrade pip