🐳 Update codebase 🐳

Dockerfile
Dockerfile.base
This commit is contained in:
2026-01-16 00:42:10 -05:00
parent 5a00403ebc
commit 9e935235e4
2 changed files with 8 additions and 1 deletions
+1
View File
@@ -78,6 +78,7 @@ COPY ./dockerfs/usr/local/bin/. /usr/local/bin/
RUN set -e; \
echo "Updating the system and ensuring bash is installed"; \
sed -i 's/^#DisableSandbox/DisableSandbox/' /etc/pacman.conf || sed -i '/\[options\]/a DisableSandbox' /etc/pacman.conf; \
pkmgr update;pkmgr install bash
RUN set -e; \