From 0cfc573b0f9815e9ba7634a0f8757c704b67addf Mon Sep 17 00:00:00 2001 From: Julen Landa Alustiza Date: Aug 06 2020 07:56:06 +0000 Subject: install whitenoise on pagure-base container --- diff --git a/dev/containers/base b/dev/containers/base index 0c6d12a..105f0fe 100644 --- a/dev/containers/base +++ b/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