From fcd8b8dc1c33ac5782873abf11d8ae88ecc3edce Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Thu, 26 Feb 2026 00:04:55 -0600 Subject: [PATCH] Add config for docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4c9534c..77870d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM archlinux:latest -RUN pacman --noconfirm -Syu && pacman --noconfirm -Sy wget sudo arch-install-scripts git cmake make mbedtls ncurses rsync bison flex git gperf help2man lzip python unzip base-devel +RUN pacman --noconfirm -Syu && pacman --noconfirm -Sy wget sudo arch-install-scripts git cmake make mbedtls ncurses rsync bison flex git gperf help2man lzip python unzip base-devel nodejs npm RUN git clone https://github.com/crosstool-ng/crosstool-ng && cd ./crosstool-ng && ./bootstrap && ./configure && make install RUN useradd -m build && \ echo "build ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/build