Skip to content

Commit

Permalink
fixed docker startup
Browse files Browse the repository at this point in the history
  • Loading branch information
peterschubert committed Apr 14, 2017
1 parent d549372 commit bb42527
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ RUN apk --no-cache --virtual .build-dependencies add git \
&& echo "Fetching dependencies..." \
&& go get -t ./... \
&& go build -ldflags="${LDFLAGS}" \
&& mv ${PROJECT} /${PROJECT} \
&& apk del .build-dependencies \
&& rm -rf $GOPATH /var/cache/apk/*

Expand Down

0 comments on commit bb42527

Please sign in to comment.