gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] 01/02: ci: add packaging dependencies


From: gnunet
Subject: [taler-wallet-core] 01/02: ci: add packaging dependencies
Date: Mon, 15 Jan 2024 20:36:43 +0100

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

devan-carpenter pushed a commit to branch master
in repository wallet-core.

commit cf610308e1ccaf8c8ae75cd5536430cd9543aff8
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Mon Jan 15 13:04:05 2024 -0500

    ci: add packaging dependencies
---
 contrib/ci/Containerfile | 21 ++++++++++++++-------
 1 file changed, 14 insertions(+), 7 deletions(-)

diff --git a/contrib/ci/Containerfile b/contrib/ci/Containerfile
index 39bd740a9..a9da11ae8 100644
--- a/contrib/ci/Containerfile
+++ b/contrib/ci/Containerfile
@@ -4,13 +4,20 @@ ENV DEBIAN_FRONTEND=noninteractive
 
 RUN apt-get update -yq && \
     apt-get install -yqq \
-                git \
-               python3 \
-                codespell \
-               python3-distutils \
-               make \
-               zip \
-               jq
+                   git \
+                  python3 \
+                   codespell \
+                  python3-distutils \
+                  make \
+                  zip \
+                  jq \
+                   # Debian packaging tools \
+                   po-debconf \
+                   build-essential \
+                   debhelper-compat \
+                   devscripts \
+                  git-buildpackage \
+    && rm -rf /var/lib/apt/lists/*
 
 RUN npm install -g pnpm
 

-- 
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]