bodhi: don't install bodhi-docs via rpm in the web container

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2019-10-10 17:46:22 +02:00
parent 2cb4f66f27
commit 198ba09f4c

View file

@ -3,6 +3,6 @@ LABEL \
name="bodhi-web" \
vendor="Fedora Infrastructure" \
license="MIT"
RUN dnf install --refresh -y bodhi-docs-{{bodhi_version}} python3-pyramid_sawing
RUN dnf install --refresh -y python3-pyramid_sawing
EXPOSE 8080
ENTRYPOINT bash /etc/bodhi/start.sh