From 7b33181ffe825bd6fe0e5226dfaddba1078928c4 Mon Sep 17 00:00:00 2001 From: Giulia Naponiello Date: May 16 2019 11:11:45 +0000 Subject: Add deps for Greenwave segment test - integration test Signed-off-by: Giulia Naponiello --- diff --git a/openshift/containers/jenkins-slave/Dockerfile b/openshift/containers/jenkins-slave/Dockerfile index 0995143..5af78b5 100644 --- a/openshift/containers/jenkins-slave/Dockerfile +++ b/openshift/containers/jenkins-slave/Dockerfile @@ -15,6 +15,7 @@ RUN dnf -y install 'dnf-command(builddep)' dnf-utils git mock-core-configs tar g python3-sphinx python3-sphinxcontrib-httpdomain \ python3-ldap \ origin-clients \ + python3-werkzeug \ # install tini, a tiny but valid init for containers && wget -O /usr/local/bin/tini "https://github.com/krallin/tini/releases/download/v${TINI_VERSION}/tini" \ && chmod +rx /usr/local/bin/tini \