🗃️ Committing everything that changed 🗃️
Some checks failed
gitea / release-gitea (push) Has been cancelled

Dockerfile
This commit is contained in:
casjay
2025-09-16 23:35:29 -04:00
parent 74e5b01b07
commit 5b9306c0bb

View File

@@ -72,7 +72,7 @@ COPY ./rootfs/usr/local/bin/. /usr/local/bin/
RUN set -e; \
echo "Updating the system and ensuring bash is installed"; \
pkmgr update;pkmgr install bash
apk -U upgrade --no-cache;apk add --no-cache bash
RUN set -e; \
echo "Setting up prerequisites"; \