From c5735aa9c1c366ca5a1f46e15d01be62e7b3e4c5 Mon Sep 17 00:00:00 2001 From: Aubrey Taylor Date: Mon, 1 May 2017 15:24:01 -0700 Subject: [PATCH] fix(v3): Remove duplicate gettext from Dockerfile --- v3/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/v3/Dockerfile b/v3/Dockerfile index 6048a15..91bdaef 100644 --- a/v3/Dockerfile +++ b/v3/Dockerfile @@ -16,7 +16,6 @@ RUN apk --update --no-cache add \ zlib-dev \ build-base \ gettext \ - gettext RUN cd /tmp && \ wget https://releases.hashicorp.com/consul-template/${CONSUL_TEMPLATE_VERSION}/consul-template_${CONSUL_TEMPLATE_VERSION}_linux_amd64.zip && \