Skip to content

Commit

Permalink
Merge pull request #494 from sctb512/remove-goproxy-for-integration
Browse files Browse the repository at this point in the history
integration: remove GOPROXY environment
  • Loading branch information
changweige authored Jun 16, 2023
2 parents 9ce8cce + c4c2478 commit 2c811d7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions integration/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c811d7

Please sign in to comment.