Update Dockerfile

This commit is contained in:
Andros Fenollosa 2021-10-21 22:41:19 +02:00 committed by GitHub
parent 17dcfb2c0a
commit eea51e88b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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