From 29aaa64a2ab7262c7d0a2c0d21143b5ebda3ae33 Mon Sep 17 00:00:00 2001 From: aichy126 <16996097+aichy126@users.noreply.github.com> Date: Mon, 24 Oct 2022 11:37:49 +0800 Subject: [PATCH] fix Dockerfile ENV --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 91094435..40c5005c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,6 @@ ENV GOROOT /usr/local/go ENV PACKAGE github.com/segmentfault/answer ENV GOPROXY https://goproxy.cn,direct ENV BUILD_DIR ${GOPATH}/src/${PACKAGE} -ENV GOPRIVATE git.backyard.segmentfault.com # Build COPY . ${BUILD_DIR} WORKDIR ${BUILD_DIR}