Skip to content
Snippets Groups Projects
Unverified Commit 992cd13b authored by Lukas Grossar's avatar Lukas Grossar
Browse files

fix(Dockerfile.alpine): install wget to add support for building behind a proxy


The install-opentofu.sh script uses wget to download the binary by
default, but as the default wget binary in Alpine comes from busybox and
doesn't support HTTP proxies we're installing the actual wget binary to
work around that issue.

fixes #87

Signed-off-by: default avatarLukas Grossar <lukas.grossar@adfinis.com>
parent 0b52ebb7
Branches
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ FROM $BASE_IMAGE
RUN apk add --no-cache \
curl \
wget \
gcompat \
git \
glab \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment