From 870ad461ef7ed0c6c2849f087ccbcf604053ebe0 Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Fri, 30 Aug 2024 15:40:10 -0400 Subject: [PATCH] fix: need flask_session --- Containerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Containerfile b/Containerfile index 4fd58b9..ebb5924 100644 --- a/Containerfile +++ b/Containerfile @@ -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 \