We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ba534f commit e069ffeCopy full SHA for e069ffe
1 file changed
Dockerfile
@@ -9,7 +9,7 @@ COPY glide.lock /go/src/github.com/deis/controller-sdk-go/
9
10
WORKDIR /go/src/github.com/deis/controller-sdk-go
11
12
-RUN glide install --strip-vcs --strip-vendor
+RUN glide install --strip-vendor
13
14
COPY ./_scripts /usr/local/bin
15
0 commit comments