all finde
This commit is contained in:
@@ -2,7 +2,7 @@ FROM ubuntu:16.04
|
||||
RUN apt-get update -yy && \
|
||||
apt-get install -yy git make curl pkg-config
|
||||
|
||||
RUN curl -s https://storage.googleapis.com/golang/go1.7.3.linux-amd64.tar.gz | tar -C /usr/local -xzf -
|
||||
RUN curl -s https://storage.googleapis.com/golang/go1.11.2.linux-amd64.tar.gz | tar -C /usr/local -xzf -
|
||||
ENV GOPATH=/go
|
||||
ENV PATH=$PATH:/usr/local/go/bin:/go/bin
|
||||
RUN mkdir -p /go/bin
|
||||
|
||||
Reference in New Issue
Block a user