Try to fix a build issue on OS

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2019-07-25 08:54:59 +00:00
parent 17e3db9af5
commit 18e0b29dec

View file

@ -56,7 +56,7 @@ items:
name="bodhi-web" \ name="bodhi-web" \
vendor="Fedora Infrastructure" \ vendor="Fedora Infrastructure" \
license="MIT" license="MIT"
RUN dnf install -y bodhi-docs-{{bodhi_version}} python3-pyramid_sawing RUN dnf install --refresh -y bodhi-docs-{{bodhi_version}} python3-pyramid_sawing
EXPOSE 8080 EXPOSE 8080
ENTRYPOINT bash /etc/bodhi/start.sh ENTRYPOINT bash /etc/bodhi/start.sh
type: Dockerfile type: Dockerfile