fix: need flask_session

This commit is contained in:
Neil Hanlon 2024-08-30 15:40:10 -04:00
parent 90be375161
commit 870ad461ef
Signed by: neil
GPG Key ID: 705BC21EC3C70F34

View File

@ -27,6 +27,8 @@ RUN git clone https://github.com/fedora-infra/mirrormanager2.git .
RUN sed -e 's/signed_fpca/signed_rosca/' -i mirrormanager2/perms.py mirrormanager2/auth.py
RUN pip install --prefix=/install .
RUN pip install --prefix=/install flask_session
# Stage 2: Final stage with runtime dependencies
FROM quay.io/fedora/python-312:latest AS runtime
LABEL \