Add forgejo actions #486
2 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,7 @@ RUN groupadd --system foo; \
|
||||||
useradd --no-log-init --system --gid foo --create-home foo; \
|
useradd --no-log-init --system --gid foo --create-home foo; \
|
||||||
\
|
\
|
||||||
apt-get update; \
|
apt-get update; \
|
||||||
|
apt-get --reinstall install libc-bin; \
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
git \
|
git \
|
||||||
unzip \
|
unzip \
|
||||||
|
|
|
@ -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; \
|
useradd --no-log-init --system --gid www-data --no-create-home --uid 33 www-data || true; \
|
||||||
\
|
\
|
||||||
apt-get update; \
|
apt-get update; \
|
||||||
|
apt-get --reinstall install libc-bin; \
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
git \
|
git \
|
||||||
unzip \
|
unzip \
|
||||||
|
|
Loading…
Reference in a new issue