diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-02-04 09:54:47 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-02-04 09:54:47 +0100 |
commit | 68d85131156484d88c9a9fb07aeb4d56043692c3 (patch) | |
tree | 3206f83962a5c92841b6d5ac70fd7d671ea281de /Containerfile | |
parent | 0813b957b906edda15d6582cb31c4a3d6243db51 (diff) |
linux kernel compiling successfully
Diffstat (limited to 'Containerfile')
-rw-r--r-- | Containerfile | 5 |
1 files changed, 4 insertions, 1 deletions
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 |