From ae5f43ba25af7d83ae77e466127490d53ad9848f Mon Sep 17 00:00:00 2001 From: sixcorners Date: Mon, 11 Nov 2019 18:04:23 -0600 Subject: [PATCH] build: Don't create apk cache in "full" docker image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c5afc0d80..095c65f94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ FROM golang:alpine LABEL maintainer="HashiCorp Terraform Team " -RUN apk add --update git bash openssh +RUN apk add --no-cache git bash openssh ENV TF_DEV=true ENV TF_RELEASE=1