fn: remove unnecessary packages from fm-test-utils image (#619)

This commit is contained in:
Tolga Ceylan
2017-12-21 13:46:44 -08:00
committed by Reed Allman
parent 4ac833b07d
commit 8c081e47b9

View File

@@ -1,7 +1,6 @@
# build stage
FROM golang:1.9-alpine AS build-env
RUN apk --no-cache add build-base git bzr mercurial gcc
RUN apk --no-cache add git
ENV D=/go/src/github.com/fnproject/fn/images/fn-test-utils
RUN go get -u github.com/golang/dep/cmd/dep
ADD Gopkg.* $D/