summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-02-18 22:50:05 +0100
committerChristian Grothoff <christian@grothoff.org>2024-02-18 22:50:05 +0100
commitf394105aa46f48f641e273cbf7e82d2722c84624 (patch)
tree0812eba6acf820013bf53e437adccdd1ab70cc1e
parentc97a1e3e68002315733af0f4d0d679c3de533fef (diff)
downloadlibeufin-0.9.4-dev.23.tar.gz
libeufin-0.9.4-dev.23.tar.bz2
libeufin-0.9.4-dev.23.zip
-remove unnecessary toolsv0.9.4-dev.23
-rw-r--r--contrib/ci/Containerfile5
1 files changed, 1 insertions, 4 deletions
diff --git a/contrib/ci/Containerfile b/contrib/ci/Containerfile
index 606aa638..23ad86ec 100644
--- a/contrib/ci/Containerfile
+++ b/contrib/ci/Containerfile
@@ -10,16 +10,13 @@ RUN apt-get update -yqq && \
make \
git \
python3-distutils \
- curl \
- wget \
po-debconf \
build-essential \
debhelper-compat \
devscripts \
git-buildpackage \
postgresql \
- sudo \
- jq
+ sudo
# Note: not sure if we need curl/wget/jq at all!