tools/alpine: Remove go1.10

alpine:3.8 comes with go 1.10 as default

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@gmail.com>
This commit is contained in:
Rolf Neugebauer 2018-07-07 09:30:51 +01:00
parent 3c492fe40a
commit 53af0ce80c
2 changed files with 1 additions and 3 deletions

View File

@ -43,8 +43,7 @@ RUN mv /etc/apk/repositories /etc/apk/repositories.upstream && echo "/mirror" >
# add Go validation tools
COPY go-compile.sh /go/bin/
# containerd v1.1.x requires go1.10 which is currently a separate package in Alpine 3.7
RUN apk add --no-cache git go1.10 musl-dev
RUN apk add --no-cache git go musl-dev
ENV GOPATH=/go PATH=$PATH:/go/bin
RUN go get -u github.com/golang/lint/golint
RUN go get -u github.com/gordonklaus/ineffassign

View File

@ -45,7 +45,6 @@ git
gmp-dev
gnupg
go
go1.10
grep
hvtools
installkernel