diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-04-01 02:03:39 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-04-01 02:03:39 +0200 |
commit | 966c72f0ebab372a35d163c2b7827ae3e76b7e31 (patch) | |
tree | 617c5d447af227abf4245055384f665766491a58 /contrib/ci | |
parent | 20920e81bf0ef7c408e41183f36ee8da2cfa0f0c (diff) |
add bash
Diffstat (limited to 'contrib/ci')
-rw-r--r-- | contrib/ci/Containerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/ci/Containerfile b/contrib/ci/Containerfile index d4e5584f7..7ce9e37e3 100644 --- a/contrib/ci/Containerfile +++ b/contrib/ci/Containerfile @@ -7,6 +7,7 @@ RUN apt-get update -yqq && \ autoconf \ autopoint \ curl \ + bash \ git \ libcurl4-gnutls-dev \ libgcrypt-dev \ |