[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] 05/05: ci: add jq utility to container
From: |
gnunet |
Subject: |
[taler-exchange] 05/05: ci: add jq utility to container |
Date: |
Mon, 04 Sep 2023 20:50:48 +0200 |
This is an automated email from the git hooks/post-receive script.
devan-carpenter pushed a commit to branch master
in repository exchange.
commit 9c3eac362c2874160d1474382e66dc3d88114555
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Mon Sep 4 14:30:30 2023 -0400
ci: add jq utility to container
this is required for conversion test
---
ci/Containerfile | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/ci/Containerfile b/ci/Containerfile
index 7998c865..3cc99cb7 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"]
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.