From a9383e658ed69023b3d621dc08f1c073621d1ff1 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Thu, 1 Feb 2024 19:49:49 +0100 Subject: initial commit --- Containerfile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Containerfile (limited to 'Containerfile') diff --git a/Containerfile b/Containerfile new file mode 100644 index 0000000..5b98b10 --- /dev/null +++ b/Containerfile @@ -0,0 +1,18 @@ +from ghcr.io/void-linux/void-glibc-full + +# update package manager (needs to be separate) +run xbps-install -Syu xbps +# update entire system +run xbps-install -Syu + +# packages (in separate steps to optimize caching) +run xbps-install -Sy cross-arm-linux-gnueabihf +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 + +# container directory on which the working directory on host is mounted +workdir /workdir + -- cgit v1.2.3