mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
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:
parent
3c492fe40a
commit
53af0ce80c
@ -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
|
||||
|
@ -45,7 +45,6 @@ git
|
||||
gmp-dev
|
||||
gnupg
|
||||
go
|
||||
go1.10
|
||||
grep
|
||||
hvtools
|
||||
installkernel
|
||||
|
Loading…
Reference in New Issue
Block a user