Add forgejo actions #486

Merged
mwalbeck merged 10 commits from actions into main 2025-05-23 20:54:40 +00:00
2 changed files with 0 additions and 2 deletions
Showing only changes of commit 80c2733dff - Show all commits

View file

@ -13,7 +13,6 @@ RUN groupadd --system foo; \
useradd --no-log-init --system --gid foo --create-home foo; \
\
apt-get update; \
apt-get --reinstall install libc-bin; \
apt-get install -y --no-install-recommends \
git \
unzip \

View file

@ -13,7 +13,6 @@ RUN groupadd --force --system --gid 33 www-data; \
useradd --no-log-init --system --gid www-data --no-create-home --uid 33 www-data || true; \
\
apt-get update; \
apt-get --reinstall install libc-bin; \
apt-get install -y --no-install-recommends \
git \
unzip \