diff --git a/tools/linux_dist_support/Debian.dockerfile b/tools/linux_dist_support/Debian.dockerfile index cda873dbf7e..96b703947b3 100644 --- a/tools/linux_dist_support/Debian.dockerfile +++ b/tools/linux_dist_support/Debian.dockerfile @@ -3,7 +3,6 @@ # BSD-style license that can be found in the LICENSE file. FROM launcher.gcr.io/google/debian11:latest ARG depot_tools -RUN sed -i /bullseye-updates/d /etc/apt/sources.list RUN apt-get update \ && apt-get install -y build-essential debhelper git python3 \ && rm -rf /var/lib/apt/lists/*