mirror of
https://github.com/casjaysdevdocker/gitea
synced 2025-09-17 11:10:09 -04:00
🗃️ Committing everything that changed 🗃️
Some checks failed
gitea / release-gitea (push) Has been cancelled
Some checks failed
gitea / release-gitea (push) Has been cancelled
Dockerfile
This commit is contained in:
@@ -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"; \
|
||||
|
Reference in New Issue
Block a user