Add the dependencies of the pdc_module toddler to the Dockerfile

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-07-30 10:56:59 +02:00
parent 2cdf8bfadf
commit ed922eb1b7

View file

@ -11,6 +11,12 @@ RUN dnf -y install \
python3-fedora \ python3-fedora \
python3-pdc-client \ python3-pdc-client \
python3-bugzilla --enablerepo=updates-testing \ python3-bugzilla --enablerepo=updates-testing \
python3-beanbag \
python3-gobject \
cairo-devel \
cairo-gobject-devel \
gobject-introspection-devel \
libmodulemd1 \
&& dnf clean all && dnf clean all