Skip to content

Commit ae1ed9e

Browse files
committed
[infra] Remove bullseye-updates from dockerfile
This made the docker build work for me locally. The "updates" list was probably needed on jessie but isn't needed on bullseye anymore. Change-Id: I88f257b928f6ef690dac9e7d450eaa4c2ea12b2f Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/271102 Reviewed-by: William Hesse <whesse@google.com>
1 parent 80a16a1 commit ae1ed9e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/linux_dist_support/Debian.dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# BSD-style license that can be found in the LICENSE file.
44
FROM launcher.gcr.io/google/debian11:latest
55
ARG depot_tools
6-
RUN sed -i /bullseye-updates/d /etc/apt/sources.list
76
RUN apt-get update \
87
&& apt-get install -y build-essential debhelper git python3 \
98
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)