Skip to content

Commit

Permalink
fix docker build dependency error
Browse files Browse the repository at this point in the history
  • Loading branch information
wardviaene committed Feb 9, 2018
1 parent 4deca68 commit fbf73fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ ecs-deploy
*.crt
*.key
.git
vendor/
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ WORKDIR /go/src/github.com/in4it/ecs-deploy/

COPY . .

RUN go-wrapper download
RUN go-wrapper download ./...
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o ecs-deploy cmd/ecs-deploy/main.go

#
Expand Down

0 comments on commit fbf73fa

Please sign in to comment.