docker/fedora: Include common debug symbols in the image
authorJordan Petridis <jordan@centricular.com>
Tue, 12 Mar 2019 11:48:59 +0000 (13:48 +0200)
committerJordan Petridis <jordan@centricular.com>
Tue, 12 Mar 2019 13:53:47 +0000 (15:53 +0200)
Part of #14

docker/fedora/prepare.sh

index 7187983..e8883fa 100644 (file)
@@ -93,6 +93,63 @@ dnf install -y \
     xorg-x11-server-utils \
     xorg-x11-server-Xvfb
 
+# Install common debug symbols
+dnf debuginfo-install -y gtk3 \
+    glib2 \
+    glibc \
+    freetype \
+    openjpeg \
+    gobject-introspection \
+    python3 \
+    python3-gobject \
+    libjpeg-turbo \
+    glib-networking \
+    libcurl \
+    libsoup \
+    nss \
+    nss-softokn \
+    nss-softokn-freebl \
+    nss-sysinit \
+    nss-util \
+    openssl \
+    openssl-libs \
+    openssl-pkcs11 \
+    brotli \
+    bzip2-libs \
+    gpm-libs \
+    harfbuzz \
+    harfbuzz-icu \
+    json-c \
+    json-glib \
+    libbabeltrace \
+    libffi \
+    libsrtp \
+    libunwind \
+    mpg123-libs \
+    neon \
+    orc-compiler \
+    orc \
+    pixman \
+    pulseaudio-libs \
+    pulseaudio-libs-glib2 \
+    wavpack \
+    webrtc-audio-processing \
+    ffmpeg \
+    ffmpeg-libs \
+    faad2-libs \
+    libavdevice \
+    libmpeg2 \
+    faac \
+    fdk-aac \
+    x264 \
+    x264-libs \
+    x265 \
+    x265-libs \
+    xz \
+    xz-libs \
+    zip \
+    zlib
+
 pip3 install meson
 # Add the pip3 installation to the path
 export PATH="$PATH:/usr/local/lib/python3.7/site-packages"