blob: 3d975c344ea59a660e46848f2452a71e7e1fb48d [file] [log] [blame]
# 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/debian8:latest
ARG depot_tools
RUN sed -i /jessie-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/*
ENV PATH="$depot_tools:${PATH}"
ENTRYPOINT python3 tools/linux_dist_support/linux_distribution_support.py