Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
update dockerfile (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanburns authored Aug 15, 2019
1 parent 8308047 commit 5957257
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions boilerplate/lyft/golang_dockerfile/Dockerfile.GoTemplate
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ COPY Gopkg.* /go/src/github.com/lyft/{{REPOSITORY}}/
WORKDIR /go/src/github.com/lyft/{{REPOSITORY}}

# Pull dependencies
RUN : \
&& ssh-keyscan github.com >> ~/.ssh/known_hosts \
&& dep ensure -vendor-only \
RUN dep ensure -vendor-only

# COPY the rest of the source code
COPY . /go/src/github.com/lyft/{{REPOSITORY}}/
Expand Down

0 comments on commit 5957257

Please sign in to comment.