Remove reference of GO111MODULE=off

Signed-off-by: Shengjing Zhu <zhsj@debian.org>
This commit is contained in:
Shengjing Zhu
2020-11-22 00:30:46 +08:00
parent 56672b961d
commit 56eca84ae8
2 changed files with 0 additions and 2 deletions

View File

@@ -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