mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-31 16:36:38 +00:00
For a minimal initrd/image build we may want to leverage busybox. This is part number two of the NVIDIA initrd/image build Signed-off-by: Zvonko Kaiser <zkaiser@nvidia.com>
9 lines
222 B
Docker
9 lines
222 B
Docker
# Copyright (c) 2024 NVIDIA Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
FROM alpine:3.20.0
|
|
|
|
RUN apk update && apk --no-cache add gpg gpg-agent coreutils bash curl make \
|
|
gcc g++ pkgconf libselinux-dev gpg-agent
|