1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2024-12-24 17:42:23 +00:00

git is useful

This commit is contained in:
Yohann D'ANELLO 2021-03-29 16:46:44 +02:00
parent cba4a01117
commit d093414ec7
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85

View File

@ -3,7 +3,7 @@ FROM python:3.9-alpine
ENV PYTHONUNBUFFERED 1
ENV DJANGO_ALLOW_ASYNC_UNSAFE 1
RUN apk add --no-cache gettext nginx gcc libc-dev libffi-dev libxml2-dev libxslt-dev postgresql-dev libmagic texlive
RUN apk add --no-cache gettext nginx gcc git libc-dev libffi-dev libxml2-dev libxslt-dev postgresql-dev libmagic texlive
RUN apk add --no-cache bash