blob: 200b41f1e45d26695a3b2960323a33f1052795f0 [file]
# Copyright 2025 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
FROM us-docker.pkg.dev/cros-registry/base-images/ubuntu:ubuntuProd
RUN apt-get update && \
apt-get install -y --no-install-recommends \
ca-certificates \
libssl-dev \
&& \
rm -rf /var/lib/apt/lists/*
COPY vm-provision /usr/bin/vm-provision