mirror of
https://github.com/Luzifer/archrepo.git
synced 2024-12-20 21:21:19 +00:00
Prevent faked from shitting itself
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
fefafe6740
commit
ca9b31d713
1 changed files with 10 additions and 9 deletions
|
@ -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}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue