summaryrefslogtreecommitdiff
path: root/contrib/ci/Dockerfile-fedora
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2022-06-07 09:43:17 +0100
committerRichard Hughes <richard@hughsie.com>2022-06-08 08:05:43 +0100
commitb6cb98ee0f1fefc5831d9e3b63b727414a750567 (patch)
tree023070279c877678a93217081ea00b859a882269 /contrib/ci/Dockerfile-fedora
parentc6c37d096f3d236e86c3073a58f7836298b05faa (diff)
downloadappstream-glib-b6cb98ee0f1fefc5831d9e3b63b727414a750567.tar.gz
Port from libsoup to libcurl
The former bumped ABI, and all sorts of crazy happens when you link in libappstream-glib into a process with the 'other' ABI. It seems the universe has settled on curl as a dep; do the same.
Diffstat (limited to 'contrib/ci/Dockerfile-fedora')
-rw-r--r--contrib/ci/Dockerfile-fedora2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ci/Dockerfile-fedora b/contrib/ci/Dockerfile-fedora
index ba97da5..930765d 100644
--- a/contrib/ci/Dockerfile-fedora
+++ b/contrib/ci/Dockerfile-fedora
@@ -15,7 +15,7 @@ RUN dnf -y install \
gtk-doc \
json-glib-devel \
libarchive-devel \
- libsoup-devel \
+ libcurl-devel \
libstemmer-devel \
libuuid-devel \
libxslt \