Files
kata-containers/tools/packaging/static-build/kernel/Dockerfile
Carlos Venegas d46ae3248e kernel: build: Add container build
Add script to build kernel in a container.

Signed-off-by: Carlos Venegas <jos.c.venegas.munoz@intel.com>
2021-07-28 19:45:35 +00:00

19 lines
293 B
Docker

# Copyright (c) 2021 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
FROM ubuntu
ENV DEBIAN_FRONTEND=noninteractive
# kernel deps
RUN apt update
RUN apt install -y \
bc \
bison \
build-essential \
curl \
flex \
git \
iptables \
libelf-dev \