Skip to content
Snippets Groups Projects
Unverified Commit cfa723b5 authored by Birger J. Nordølum's avatar Birger J. Nordølum
Browse files

fix: refactor dockerfile

parent a3d0c1be
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,13 @@ ARG TARGETARCH ...@@ -6,7 +6,13 @@ ARG TARGETARCH
ARG TERRAFORM_BINARY_VERSION ARG TERRAFORM_BINARY_VERSION
RUN apk add --no-cache jq curl git openssh gcompat idn2-utils RUN apk add --no-cache \
curl \
gcompat \
git \
idn2-utils \
jq \
openssh
WORKDIR /tmp WORKDIR /tmp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment