mirror of
https://github.com/teddysun/across.git
synced 2025-10-08 13:55:34 +08:00
Update to latest version
This commit is contained in:
@@ -15,9 +15,9 @@ RUN apt-get update && apt-get install -y curl devscripts equivs git
|
||||
|
||||
ENV GOPROXY=https://proxy.golang.org|direct
|
||||
ENV GO111MODULE=off
|
||||
ENV GOPATH /go
|
||||
ENV GOPATH=/go
|
||||
ENV GOTOOLCHAIN=local
|
||||
ENV PATH $PATH:/usr/local/go/bin:$GOPATH/bin
|
||||
ENV PATH=$PATH:/usr/local/go/bin:$GOPATH/bin
|
||||
|
||||
ARG COMMON_FILES
|
||||
COPY --link ${COMMON_FILES} /root/build-deb/debian
|
||||
|
Reference in New Issue
Block a user