Skip to content

Commit 85f2df2

Browse files
committed
ref(Dockerfile): remove deprecated --strip-vcs flag
1 parent 1041d9e commit 85f2df2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ COPY glide.lock /go/src/github.com/deis/workflow-cli/
2020

2121
WORKDIR /go/src/github.com/deis/workflow-cli
2222

23-
RUN glide install --strip-vcs --strip-vendor
23+
RUN glide install --strip-vendor
2424

2525
COPY ./_scripts /usr/local/bin
2626

0 commit comments

Comments
 (0)