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
|
||||
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_RELEASE=1
|
||||
|
|
Loading…
Reference in New Issue