commit 88e15ec1228d46e8eb5f430fc8c2070796e32f13
parent ff72f53157a9d2f1e4690b668781b85c4c46ae42
Author: Özgür Kesim <oec-taler@kesim.org>
Date: Tue, 30 Jan 2024 13:39:11 +0100
[ci] all taler components need to be consistent and use libcurl4-gnutls-dev
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 \