summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2024-01-30 13:39:11 +0100
committerÖzgür Kesim <oec-taler@kesim.org>2024-01-30 13:39:11 +0100
commit88e15ec1228d46e8eb5f430fc8c2070796e32f13 (patch)
tree29996fe45d1508fb8c6dde9a6322e019e06a1b6e /contrib
parentff72f53157a9d2f1e4690b668781b85c4c46ae42 (diff)
downloadmerchant-88e15ec1228d46e8eb5f430fc8c2070796e32f13.tar.gz
merchant-88e15ec1228d46e8eb5f430fc8c2070796e32f13.tar.bz2
merchant-88e15ec1228d46e8eb5f430fc8c2070796e32f13.zip
[ci] all taler components need to be consistent and use libcurl4-gnutls-dev
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ci/Containerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ci/Containerfile b/contrib/ci/Containerfile
index 60096a0d..a1235706 100644
--- a/contrib/ci/Containerfile
+++ b/contrib/ci/Containerfile
@@ -20,7 +20,7 @@ RUN apt-get update -yqq && \
texinfo \
autopoint \
curl \
- libcurl4-openssl-dev \
+ libcurl4-gnutls-dev \
libsodium-dev \
libidn11-dev \
zlib1g-dev \