diff options
author | Devan Carpenter <devan@taler.net> | 2023-09-04 14:30:30 -0400 |
---|---|---|
committer | Devan Carpenter <devan@taler.net> | 2023-09-04 14:48:32 -0400 |
commit | 9c3eac362c2874160d1474382e66dc3d88114555 (patch) | |
tree | 2084d8166d6333dea50df6f287a12d97ca77363d /ci | |
parent | 11ae7c42c5be25bd952a52c9678d15d22966f8ab (diff) |
ci: add jq utility to container
this is required for conversion test
Diffstat (limited to 'ci')
-rw-r--r-- | ci/Containerfile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ci/Containerfile b/ci/Containerfile index 7998c8653..3cc99cb77 100644 --- a/ci/Containerfile +++ b/ci/Containerfile @@ -7,7 +7,9 @@ RUN apt-get update -yqq && \ autoconf \ autopoint \ curl \ + doxygen \ git \ + jq \ libcurl4-gnutls-dev \ libgcrypt-dev \ libidn11-dev \ @@ -53,10 +55,6 @@ RUN cat /etc/apt/preferences.d/taler && \ RUN pip3 install --break-system-packages htmlark -RUN apt-get update -yqq && \ - apt-get install -yqq \ - doxygen - WORKDIR /workdir CMD ["bash", "/workdir/ci/ci.sh"] |