aboutsummaryrefslogtreecommitdiff
path: root/ci/Containerfile
diff options
context:
space:
mode:
authorDevan Carpenter <devan@taler.net>2023-09-04 14:30:30 -0400
committerDevan Carpenter <devan@taler.net>2023-09-04 14:48:32 -0400
commit9c3eac362c2874160d1474382e66dc3d88114555 (patch)
tree2084d8166d6333dea50df6f287a12d97ca77363d /ci/Containerfile
parent11ae7c42c5be25bd952a52c9678d15d22966f8ab (diff)
downloadexchange-9c3eac362c2874160d1474382e66dc3d88114555.tar.xz
ci: add jq utility to container
this is required for conversion test
Diffstat (limited to 'ci/Containerfile')
-rw-r--r--ci/Containerfile6
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"]