From c174240721a428d8f72b2dd4c310b0149519248c Mon Sep 17 00:00:00 2001 From: Alexandre ACEBEDO Date: Mon, 6 Mar 2017 20:07:18 +0100 Subject: [PATCH] Fixed typo and fixed alpine version --- Rockerfile | 9 ++++----- src/core/docker.go | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Rockerfile b/Rockerfile index ed0f8b5..3d7b72a 100644 --- a/Rockerfile +++ b/Rockerfile @@ -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 diff --git a/src/core/docker.go b/src/core/docker.go index 4b3c907..10885b7 100644 --- a/src/core/docker.go +++ b/src/core/docker.go @@ -1,4 +1,4 @@ -twitch/* docker.go +/* docker.go * * Copyright (C) 2016 Alexandre ACEBEDO *