diff options
-rw-r--r-- | ci/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/Dockerfile b/ci/Dockerfile index ebd8c3da6..497f06e29 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -38,6 +38,7 @@ RUN dnf -y install \ pkgconfig \ /usr/bin/gdb-add-index \ /usr/bin/python2 \ + python2-devel \ dwz \ && dnf clean all RUN autoreconf -vfi |