From 8774b576895e88982e6c6f0b74b3a0575eb74f50 Mon Sep 17 00:00:00 2001 From: Min Min Date: Mon, 14 Mar 2022 11:23:53 +0800 Subject: [PATCH] removing tsinghua mirror to make build ok Signed-off-by: Min Min --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8ff0f86c13..7e4e399129 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,6 @@ FROM golang:1.16.6-alpine3.13 AS builder WORKDIR /usr/local/src/dex -RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apk/repositories RUN apk add --no-cache --update alpine-sdk ARG TARGETOS