Don't need a third build image

This commit is contained in:
Bryan Boreham
2018-08-25 10:08:49 +00:00
parent 9efcea41b9
commit 191b6c8c08

View File

@@ -1,14 +0,0 @@
FROM golang:1.10.1-stretch
RUN apt-get update && apt-get install jq pv \
&& chmod a+wr --recursive /usr/local/go/pkg \
&& (curl https://sdk.cloud.google.com | bash) \
&& pip install --upgrade requests awscli
ARG revision
LABEL maintainer="Weaveworks <help@weave.works>" \
org.opencontainers.image.title="build-image" \
org.opencontainers.image.source="https://github.com/weaveworks/scope/tree/master/build-image" \
org.opencontainers.image.revision="${revision}" \
org.opencontainers.image.vendor="Weaveworks"