mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
fn: remove unnecessary packages from fm-test-utils image (#619)
This commit is contained in:
committed by
Reed Allman
parent
4ac833b07d
commit
8c081e47b9
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user