aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2019-04-04 17:45:00 -0700
committerEric Anderson <ejona@google.com>2019-04-04 17:45:00 -0700
commit1f84f8950c04dc0890bd1c4f709d0a99e8af5b53 (patch)
tree85ede73b17bfc3572fc2b4b2e0bde4947487d8da /templates
parentaf283b3183eca452733e5eb7ac767cb17242199d (diff)
downloadgrpc-grpc-1f84f8950c04dc0890bd1c4f709d0a99e8af5b53.tar.gz
Remove vestigial sed for /etc/apt/sources.list in Dockerfiles
Jessie has a line that looks like this, now-a-days, so the regex is no longer matching: deb http://security.debian.org/debian-security jessie/updates main But because that line was changed, downloads are also working correctly out-of-the-box. The sed was originally added in #18530.
Diffstat (limited to 'templates')
-rw-r--r--templates/tools/dockerfile/debian_jessie_header.include1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/tools/dockerfile/debian_jessie_header.include b/templates/tools/dockerfile/debian_jessie_header.include
index 11bd5f9b12..f71f98626f 100644
--- a/templates/tools/dockerfile/debian_jessie_header.include
+++ b/templates/tools/dockerfile/debian_jessie_header.include
@@ -1,2 +1 @@
FROM debian:jessie
-RUN sed -i '/deb http:\/\/deb.debian.org\/debian jessie-updates main/d' /etc/apt/sources.list