Parcourir la source

install whitenoise on pagure-base container

Julen Landa Alustiza il y a 3 ans
Parent
commit
0cfc573b0f
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      dev/containers/base

+ 1 - 0
dev/containers/base

@@ -22,6 +22,7 @@ RUN dnf -y update && \
                    python3-straight-plugin python3-trololio \
                    python-unversioned-command python3-wtforms which \
                    python3-email-validator \
+                   python3-whitenoise \
                    && \
     dnf clean all