From 3b36b20d6b92d881b7c59cd47a7e4e61ce1dbee8 Mon Sep 17 00:00:00 2001 From: Alexander Aprelev Date: Mon, 23 Sep 2024 23:20:09 +0000 Subject: [PATCH] [build] Update docker source for debian image Change-Id: If0c06c175c3990bbcab0b5b3d41560a0a3616ef3 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/386381 Reviewed-by: Ryan Macnak Reviewed-by: Siva Annamalai Commit-Queue: Siva Annamalai --- tools/linux_dist_support/Debian.dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/linux_dist_support/Debian.dockerfile b/tools/linux_dist_support/Debian.dockerfile index 96b703947b3..b1e5111f867 100644 --- a/tools/linux_dist_support/Debian.dockerfile +++ b/tools/linux_dist_support/Debian.dockerfile @@ -1,10 +1,10 @@ # Copyright (c) 2021, the Dart project authors. Please see the AUTHORS file # for details. All rights reserved. Use of this source code is governed by a # BSD-style license that can be found in the LICENSE file. -FROM launcher.gcr.io/google/debian11:latest +FROM marketplace.gcr.io/google/debian11:latest ARG depot_tools RUN apt-get update \ && apt-get install -y build-essential debhelper git python3 \ && rm -rf /var/lib/apt/lists/* ENV PATH="$depot_tools:${PATH}" -ENTRYPOINT python3 tools/linux_dist_support/linux_distribution_support.py \ No newline at end of file +ENTRYPOINT python3 tools/linux_dist_support/linux_distribution_support.py