Skip to content

Commit

Permalink
Update the Dockerfile for the new structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Wierema committed Nov 23, 2016
1 parent 3d2e7e3 commit 6fb7321
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM golang:alpine

RUN apk add --no-cache --virtual git && \
go-wrapper download github.com/marcelcorso/sachet && \
go-wrapper install github.com/marcelcorso/sachet && \
go-wrapper download github.com/marcelcorso/sachet/cmd/... && \
go-wrapper install github.com/marcelcorso/sachet/cmd/... && \
rm -rf src pkg && \
apk del git

Expand Down

0 comments on commit 6fb7321

Please sign in to comment.