docker/fedora: install debuginfo for python3-libs as well

This commit is contained in:
Jordan Petridis 2019-09-11 17:41:06 +03:00 committed by Jordan Petridis
parent 1e063c8539
commit d08496b142

View file

@ -72,7 +72,9 @@ dnf install -y \
x264 \ x264 \
x264-libs \ x264-libs \
x264-devel \ x264-devel \
python3 \
python3-devel \ python3-devel \
python3-libs \
python3-gobject \ python3-gobject \
python3-cairo \ python3-cairo \
python3-cairo-devel \ python3-cairo-devel \
@ -110,6 +112,7 @@ dnf debuginfo-install -y gtk3 \
openjpeg \ openjpeg \
gobject-introspection \ gobject-introspection \
python3 \ python3 \
python3-libs \
python3-gobject \ python3-gobject \
libjpeg-turbo \ libjpeg-turbo \
glib-networking \ glib-networking \