mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
build: Don't create apk cache in "full" docker image
This commit is contained in:
parent
f9424194e9
commit
ae5f43ba25
@ -11,7 +11,7 @@
|
|||||||
FROM golang:alpine
|
FROM golang:alpine
|
||||||
LABEL maintainer="HashiCorp Terraform Team <terraform@hashicorp.com>"
|
LABEL maintainer="HashiCorp Terraform Team <terraform@hashicorp.com>"
|
||||||
|
|
||||||
RUN apk add --update git bash openssh
|
RUN apk add --no-cache git bash openssh
|
||||||
|
|
||||||
ENV TF_DEV=true
|
ENV TF_DEV=true
|
||||||
ENV TF_RELEASE=1
|
ENV TF_RELEASE=1
|
||||||
|
Loading…
Reference in New Issue
Block a user