gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: -ensure cut is installed


From: gnunet
Subject: [taler-exchange] branch master updated: -ensure cut is installed
Date: Mon, 01 Apr 2024 02:48:53 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 0e97572f5 -ensure cut is installed
0e97572f5 is described below

commit 0e97572f543d1eb5467d2b6065ef29fc10101419
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Apr 1 02:48:50 2024 +0200

    -ensure cut is installed
---
 contrib/ci/Containerfile | 43 ++++++++++++++++++++++---------------------
 1 file changed, 22 insertions(+), 21 deletions(-)

diff --git a/contrib/ci/Containerfile b/contrib/ci/Containerfile
index 7ce9e37e3..ac31c7ade 100644
--- a/contrib/ci/Containerfile
+++ b/contrib/ci/Containerfile
@@ -8,42 +8,43 @@ RUN apt-get update -yqq && \
                   autopoint \
                   curl \
            bash \
-                   git \
+           coreutils \
+           git \
                   libcurl4-gnutls-dev \
                   libgcrypt-dev \
                   libidn11-dev \
                   libjansson-dev \
-                   libmicrohttpd-dev \
+           libmicrohttpd-dev \
                   libpq-dev \
                   libqrencode-dev \
-                   libsodium-dev \
-                   libtool \
+           libsodium-dev \
+           libtool \
                   libunistring-dev \
                   make \
                   pkg-config \
                   python3-pip \
                   python3-sphinx \
                   python3-sphinx-rtd-theme \
-                   recutils \
-                   texinfo \
+           recutils \
+           texinfo \
                   zlib1g-dev \
            # For mustach testing (optional) \
            libjson-c-dev \
-                   # Debian packaging tools \
-                   po-debconf \
-                   build-essential \
-                   debhelper-compat \
-                   devscripts \
+           # Debian packaging tools \
+           po-debconf \
+           build-essential \
+           debhelper-compat \
+           devscripts \
                   git-buildpackage \
                   # Documentation dependencies \
-                   doxygen \
-                   graphviz \
-                   pandoc \
+           doxygen \
+           graphviz \
+           pandoc \
                   # Test suite dependencies \
                   jq \
-                   postgresql \
-                   sudo \
-                   wget
+           postgresql \
+           sudo \
+           wget
 
 # Install Taler (and friends) packages
 RUN curl -sS https://deb.taler.net/apt-nightly/taler-bookworm-ci.sources \
@@ -57,10 +58,10 @@ Pin-Priority: 999' > /etc/apt/preferences.d/taler
 RUN cat /etc/apt/preferences.d/taler && \
     apt-get update -y && \
     apt-get install -y \
-                   libgnunet-dev \
-                   libgnunet \
-                   gnunet \
-&& rm -rf /var/lib/apt/lists/*
+       libgnunet-dev \
+       libgnunet \
+       gnunet \
+  && rm -rf /var/lib/apt/lists/*
 
 WORKDIR /workdir
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]