Browse Source

install whitenoise on pagure-base container

Julen Landa Alustiza 3 years ago
parent
commit
0cfc573b0f
1 changed files with 1 additions and 0 deletions
  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