Remove reference of GO111MODULE=off
Signed-off-by: Shengjing Zhu <zhsj@debian.org>
This commit is contained in:
@@ -35,7 +35,6 @@ RUN apt-get update && apt-get install -y \
|
||||
COPY go.mod go.mod
|
||||
COPY script/setup/install-runc install-runc
|
||||
ARG GOPROXY=direct
|
||||
ARG GO111MODULE=off
|
||||
RUN ./install-runc
|
||||
|
||||
FROM golang-base AS dev
|
||||
|
||||
Reference in New Issue
Block a user