aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorDevan Carpenter <devan@taler.net>2023-09-08 14:13:23 -0400
committerDevan Carpenter <devan@taler.net>2023-09-08 22:25:36 -0400
commit011960432a01b1896d16903aefe7ccedb14b4d02 (patch)
tree2fe578a9bc5b6dc237024bc54daaaf2de39b70fe /ci
parent0d27232838053b4ecb1c682df8a723cfca382ea4 (diff)
downloadexchange-011960432a01b1896d16903aefe7ccedb14b4d02.tar.xz
ci: add wget to container env testing deps
Diffstat (limited to 'ci')
-rw-r--r--ci/Containerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/Containerfile b/ci/Containerfile
index 10ece0db0..8b0792166 100644
--- a/ci/Containerfile
+++ b/ci/Containerfile
@@ -43,7 +43,8 @@ RUN apt-get install -yqq \
RUN apt-get install -yqq \
jq \
postgresql \
- sudo
+ sudo \
+ wget
# Install Taler (and friends) packages
RUN curl -sS https://deb.taler.net/apt-nightly/taler-bookworm-ci.sources \