fix: need flask_session
This commit is contained in:
parent
90be375161
commit
870ad461ef
@ -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 sed -e 's/signed_fpca/signed_rosca/' -i mirrormanager2/perms.py mirrormanager2/auth.py
|
||||||
RUN pip install --prefix=/install .
|
RUN pip install --prefix=/install .
|
||||||
|
|
||||||
|
RUN pip install --prefix=/install flask_session
|
||||||
|
|
||||||
# Stage 2: Final stage with runtime dependencies
|
# Stage 2: Final stage with runtime dependencies
|
||||||
FROM quay.io/fedora/python-312:latest AS runtime
|
FROM quay.io/fedora/python-312:latest AS runtime
|
||||||
LABEL \
|
LABEL \
|
||||||
|
Loading…
Reference in New Issue
Block a user