From c4c24789455549bfb3fb6e1437d1685364b04970 Mon Sep 17 00:00:00 2001 From: Bin Tang Date: Fri, 16 Jun 2023 10:54:37 +0800 Subject: [PATCH] integration: remove GOPROXY environment We don't need this proxy, so remove it. Signed-off-by: Bin Tang --- integration/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/integration/Dockerfile b/integration/Dockerfile index 821b9da8b5..fb40de95ce 100644 --- a/integration/Dockerfile +++ b/integration/Dockerfile @@ -23,8 +23,6 @@ ARG NERDCTL_VER # deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-backports main contrib non-free\n\ # deb https://mirrors.tuna.tsinghua.edu.cn/debian-security bullseye-security main contrib non-free\n' > /etc/apt/sources.list -ENV GOPROXY=https://goproxy.cn - RUN apt-get update -y && apt-get install -y libbtrfs-dev libseccomp-dev sudo psmisc jq lsof net-tools RUN go install github.com/go-delve/delve/cmd/dlv@latest