We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 695f074 + 652a9fe commit 8d06294Copy full SHA for 8d06294
1 file changed
container/dockerfiles/bosh-io-release-resource/Dockerfile
@@ -5,7 +5,8 @@ RUN apt update && apt upgrade -y -o Dpkg::Options::="--force-confdef"
5
RUN DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends \
6
curl \
7
ca-certificates \
8
- jq
+ jq \
9
+ wget
10
11
# Install Ruby from source
12
ENV RUBY_RELEASE_VERSION=3.4.7
0 commit comments