commit 9c3eac362c2874160d1474382e66dc3d88114555
parent 11ae7c42c5be25bd952a52c9678d15d22966f8ab
Author: Devan Carpenter <devan@taler.net>
Date: Mon, 4 Sep 2023 14:30:30 -0400
ci: add jq utility to container
this is required for conversion test
Diffstat:
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git 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"]