Fix dependencies

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
2022-03-09 15:47:49 +01:00
parent f81c7d1924
commit aec09185fa
3 changed files with 8 additions and 28 deletions

View File

@ -7,6 +7,9 @@ WORKDIR /code
RUN apt update && \
apt install -y gettext nginx uwsgi uwsgi-plugin-python3 && \
apt install -y python3-django python3-django-crispy-forms \
python3-django-extensions python3-django-tables2 python3-docutils \
python3-psycopg2 && \
rm -rf /var/lib/apt/lists/*
COPY requirements.txt /code/