diff options
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 |
commit | 88e15ec1228d46e8eb5f430fc8c2070796e32f13 (patch) | |
tree | 29996fe45d1508fb8c6dde9a6322e019e06a1b6e | |
parent | ff72f53157a9d2f1e4690b668781b85c4c46ae42 (diff) |
[ci] all taler components need to be consistent and use libcurl4-gnutls-dev
-rw-r--r-- | contrib/ci/Containerfile | 2 |
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 \ |