aboutsummaryrefslogtreecommitdiff
path: root/Containerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Containerfile')
-rw-r--r--Containerfile5
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