From 8a8da192ed12402b826cbad741d2a967e66c94ab Mon Sep 17 00:00:00 2001 From: Farhaan Bukhsh Date: Jul 31 2018 12:59:52 +0000 Subject: Add the build step to web run script This commit adds the build step to the web run script of docker file, this enables to resolve few dependecy problem and have a setup in the container. Merges https://pagure.io/pagure/pull-request/3466 Signed-off-by: Farhaan Bukhsh --- diff --git a/dev/docker/web-run b/dev/docker/web-run index 41ef4be..c3b5296 100644 --- a/dev/docker/web-run +++ b/dev/docker/web-run @@ -1,4 +1,5 @@ #!/bin/bash -xe +python setup.py build if [ ! -f /attachments/inited ]; then echo "Giving Postgres time to start"