blob: c7c2dd289e9f58e2f69fb077b6cd8fbd6f790fcc [file] [log] [blame] [edit]
# Copyright 2024 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# TODO: Switch to distroless base image after cc toolchains are hermetic
FROM ubuntu:22.04
# TODO: Remove after cc toolchains are hermetic
RUN apt-get update && yes | apt-get install -y build-essential