Skip to content

Commit

Permalink
fix docker build error.
Browse files Browse the repository at this point in the history
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Aug 2, 2016
1 parent dd1fb29 commit c025170
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/Dockerfile.build
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
FROM golang:1.6.3-alpine
FROM appleboy/golang-testing

MAINTAINER Bo-Yi Wu <appleboy.tw@gmail.com>

ENV VERSION #VERSION#
RUN apk --update add git make curl
RUN mkdir -p $GOPATH/src/github.com/appleboy/gorush
Add build.tar.gz $GOPATH/src/github.com/appleboy/gorush/
WORKDIR $GOPATH/src/github.com/appleboy/gorush
Expand Down

0 comments on commit c025170

Please sign in to comment.