We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 858b8ff commit 1c220f9Copy full SHA for 1c220f9
Dockerfile
@@ -1,17 +1,14 @@
1
-FROM alpine:3.4
+FROM golang:1.9.0-alpine3.6
2
3
MAINTAINER Christopher Maier <christopher.maier@gmail.com>
4
5
-ENV GO_PACKAGE_VERSION 1.6.3-r0
6
ENV GOPATH /gopath
7
ENV PATH=${GOPATH}/bin:${PATH}
8
9
WORKDIR /gopath/src/github.com/operable/go-relay
10
COPY . /gopath/src/github.com/operable/go-relay
11
12
RUN apk -U add --virtual .build_deps \
13
- go=$GO_PACKAGE_VERSION \
14
- go-tools=$GO_PACKAGE_VERSION \
15
git make && \
16
17
go get -u github.com/kardianos/govendor && \
0 commit comments