mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +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
|
# add Go validation tools
|
||||||
COPY go-compile.sh /go/bin/
|
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 go musl-dev
|
||||||
RUN apk add --no-cache git go1.10 musl-dev
|
|
||||||
ENV GOPATH=/go PATH=$PATH:/go/bin
|
ENV GOPATH=/go PATH=$PATH:/go/bin
|
||||||
RUN go get -u github.com/golang/lint/golint
|
RUN go get -u github.com/golang/lint/golint
|
||||||
RUN go get -u github.com/gordonklaus/ineffassign
|
RUN go get -u github.com/gordonklaus/ineffassign
|
||||||
|
@ -45,7 +45,6 @@ git
|
|||||||
gmp-dev
|
gmp-dev
|
||||||
gnupg
|
gnupg
|
||||||
go
|
go
|
||||||
go1.10
|
|
||||||
grep
|
grep
|
||||||
hvtools
|
hvtools
|
||||||
installkernel
|
installkernel
|
||||||
|
Loading…
Reference in New Issue
Block a user