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.
Signed-off-by: Farhaan Bukhsh farhaan.bukhsh@gmail.com
@cverna does it look okay?
I think it needs to more than just build. I would probably do a develop
build
develop
I think this needs to be done for the worker and the logcom container image too, since they are importing pagure modules.
I actually think build should be sufficient here, since all the deps should have been installed already.
@farhaan and I talked on IRC. That's :thumbsup: for me :)
Commit 8a8da192 fixes this pull-request
Pull-Request has been merged by pingou
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.
Signed-off-by: Farhaan Bukhsh farhaan.bukhsh@gmail.com