Skip to content

Commit

Permalink
Merged hotfix/fixed_build into master
Browse files Browse the repository at this point in the history
  • Loading branch information
aacebedo committed Mar 6, 2017
2 parents 8d0d190 + c174240 commit 0b4903d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions Rockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,14 @@
{{$SRC_DIR:= (or .SRC_DIR ".")}}

# build image
FROM alpine

FROM alpine:3.4
RUN apk update
RUN apk upgrade
RUN apk add go>{{$GOLANG_VERSION}} go-tools>{{$GOLANG_VERSION}} git musl-dev

ENV GOPATH /go
ENV PATH ${PATH}:/go/bin
ENV CGO_ENABLED 0
ENV GOPATH=/go
ENV PATH=${PATH}:/go/bin
ENV CGO_ENABLED=0

RUN go get -v github.com/tools/godep
RUN go get -u github.com/golang/lint/golint
Expand Down
2 changes: 1 addition & 1 deletion src/core/docker.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
twitch/* docker.go
/* docker.go
*
* Copyright (C) 2016 Alexandre ACEBEDO
*
Expand Down

0 comments on commit 0b4903d

Please sign in to comment.