From 650579b4743d0338c75edf872ee095912372ed32 Mon Sep 17 00:00:00 2001 From: zontreck Date: Tue, 3 Sep 2024 15:54:48 -0700 Subject: [PATCH] Add some more packages to arch --- base/arch/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/arch/Dockerfile b/base/arch/Dockerfile index a2c7334..85dbab0 100644 --- a/base/arch/Dockerfile +++ b/base/arch/Dockerfile @@ -5,7 +5,7 @@ LABEL upstream="https://github.com/pelican-eggs/yolks" RUN pacman -Sy RUN echo "y" | pacman -Syu -RUN echo "y" | pacman -S base-devel git gcc cmake nasm +RUN echo "y" | pacman -S base-devel git gcc cmake nasm curl tar zip unzip sqlite3 bzip2 cabextract netcat telnet RUN useradd -m -d /home/container -s /bin/bash container