diff options
author | Devan Carpenter <devan@taler.net> | 2023-09-08 14:13:23 -0400 |
---|---|---|
committer | Devan Carpenter <devan@taler.net> | 2023-09-08 22:25:36 -0400 |
commit | 011960432a01b1896d16903aefe7ccedb14b4d02 (patch) | |
tree | 2fe578a9bc5b6dc237024bc54daaaf2de39b70fe | |
parent | 0d27232838053b4ecb1c682df8a723cfca382ea4 (diff) |
ci: add wget to container env testing deps
-rw-r--r-- | ci/Containerfile | 3 |
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 \ |