Skip to content
Snippets Groups Projects
Commit c9fcc5a4 authored by Timo Furrer's avatar Timo Furrer
Browse files

Install wget in alpine image to add support for building behind a proxy

Closes #87

See merge request components/opentofu!205

Changelog: fixed
parents 16348df9 992cd13b
Branches
Tags
No related merge requests found
...@@ -4,6 +4,7 @@ FROM $BASE_IMAGE ...@@ -4,6 +4,7 @@ FROM $BASE_IMAGE
RUN apk add --no-cache \ RUN apk add --no-cache \
curl \ curl \
wget \
gcompat \ gcompat \
git \ git \
glab \ glab \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment