Add forgejo actions #486

Open
mwalbeck wants to merge 7 commits from actions into main
2 changed files with 2 additions and 0 deletions
Showing only changes of commit b90074e39c - Show all commits

View file

@ -13,6 +13,7 @@ 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,6 +13,7 @@ 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 \