build: Don't create apk cache in "full" docker image

This commit is contained in:
sixcorners 2019-11-11 18:04:23 -06:00 committed by Martin Atkins
parent f9424194e9
commit ae5f43ba25
1 changed files with 1 additions and 1 deletions

View File

@ -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