commit 011960432a01b1896d16903aefe7ccedb14b4d02
parent 0d27232838053b4ecb1c682df8a723cfca382ea4
Author: Devan Carpenter <devan@taler.net>
Date: Fri, 8 Sep 2023 14:13:23 -0400
ci: add wget to container env testing deps
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git 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 \