This commit is contained in:
Ross
2022-05-20 11:28:20 +01:00
parent 1daa25f3c6
commit 0373b22e78
4 changed files with 53 additions and 42 deletions
+1
View File
@@ -13,6 +13,7 @@ ENV PYTHONUNBUFFERED 1
# python3 python3-dev gcc \
# gfortran musl-dev \
# libffi-dev openssl-dev
RUN apt-get update && apt-get -y install postgresql postgresql-contrib
# install dependencies
RUN pip install --upgrade pip