From 68d85131156484d88c9a9fb07aeb4d56043692c3 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 4 Feb 2024 09:54:47 +0100 Subject: linux kernel compiling successfully --- Containerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Containerfile') diff --git a/Containerfile b/Containerfile index 000e1a2..0fbe251 100644 --- a/Containerfile +++ b/Containerfile @@ -7,12 +7,15 @@ run xbps-install -Syu # packages (in separate steps to optimize caching) run xbps-install -Sy cross-arm-linux-gnueabihf +run xbps-install -Sy gcc run xbps-install -Sy make run xbps-install -Sy git -run xbps-install -Sy gcc run xbps-install -Sy flex run xbps-install -Sy openssl-devel run xbps-install -Sy bc +run xbps-install -Sy cpio +run xbps-install -Sy xz +run xbps-install -Sy lz4 # container directory on which the working directory on host is mounted workdir /workdir -- cgit v1.2.3