From 576551439739235f1a8852509b7b6308baea07fd Mon Sep 17 00:00:00 2001 From: Ricky Whitaker Date: Wed, 3 May 2023 14:21:54 -0500 Subject: [PATCH] rolling back sed command to add ubuntu mirrors (#67780) --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index adab4389208..3d4f4dbdbe8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -108,7 +108,6 @@ RUN if grep -i -q alpine /etc/issue; then \ apk add --no-cache ca-certificates bash curl tzdata musl-utils && \ apk info -vv | sort; \ elif grep -i -q ubuntu /etc/issue; then \ - sed -i "s|deb http://.*/ \(.*\)|\0\ndeb http://mirrors.mit.edu/ubuntu/ \1\ndeb http://mirrors.ocf.berkeley.edu/ubuntu/ \1|g" /etc/apt/sources.list && \ DEBIAN_FRONTEND=noninteractive && \ apt-get update && \ apt-get install -y ca-certificates curl tzdata && \