Skip to content

Commit 8d06294

Browse files
authored
Merge pull request #277 from cloud-gov/missing-wget
missing wget
2 parents 695f074 + 652a9fe commit 8d06294

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • container/dockerfiles/bosh-io-release-resource

container/dockerfiles/bosh-io-release-resource/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ RUN apt update && apt upgrade -y -o Dpkg::Options::="--force-confdef"
55
RUN DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends \
66
curl \
77
ca-certificates \
8-
jq
8+
jq \
9+
wget
910

1011
# Install Ruby from source
1112
ENV RUBY_RELEASE_VERSION=3.4.7

0 commit comments

Comments
 (0)