diff --git a/Dockerfile b/Dockerfile index a1147abf..4c6c4bc9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ WORKDIR /opt/recipes COPY . ./ RUN chmod +x boot.sh -RUN apk add --no-cache --virtual .build-deps gcc musl-dev postgresql-dev zlib-dev jpeg-dev && \ +RUN apk add --no-cache --virtual .build-deps gcc musl-dev postgresql-dev zlib-dev jpeg-dev libressl-dev libffi-dev && \ python -m venv venv && \ venv/bin/pip install -r requirements.txt --no-cache-dir &&\ apk --purge del .build-deps