chore: add required packages

This commit is contained in:
Julia 2021-06-06 20:18:57 +02:00
parent 1786881376
commit b36fe5157b
Signed by: julia
GPG Key ID: 6A0C04FA9A7D7582

View File

@ -3,7 +3,7 @@ FROM python:3.9-alpine
WORKDIR /opt/self-service WORKDIR /opt/self-service
COPY requirements.txt ./ COPY requirements.txt ./
RUN apk add --no-cache build-base openldap-dev python2-dev python3-dev RUN apk add --no-cache build-base openldap-dev python2-dev python3-dev musl-dev gcc libffi-dev
RUN pip install --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt
COPY ./src ./src COPY ./src ./src