1
0
mirror of https://github.com/Luzifer/archrepo.git synced 2024-09-19 18:52:55 +00:00

Prevent faked from shitting itself

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2023-02-18 16:25:55 +01:00
parent fefafe6740
commit ca9b31d713
Signed by: luzifer
GPG Key ID: D91C3E91E4CAD6F5

View File

@ -37,6 +37,7 @@ docker run --rm -ti \
-v "${TMPDIR}/cfg:/config" \
-v "${REPO_DIR}:/repo" \
-v "$(pwd)/scripts/pacman.conf:/etc/pacman.conf:ro" \
--ulimit nofile=262144:262144 \
gcr.io/luzifer-registry/arch-repo-builder \
"${REPO}"