diff --git a/Dockerfile b/Dockerfile index 9085df4..8cad4bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM archlinux:latest -RUN pacman -Syu base-devel git --noconfirm --overwrite '*' && sed -i '/E_ROOT/d' /usr/bin/makepkg +RUN pacman -Syu base-devel git namcap --noconfirm --overwrite '*' && sed -i '/E_ROOT/d' /usr/bin/makepkg COPY entrypoint.sh /entrypoint.sh diff --git a/entrypoint.sh b/entrypoint.sh index f2f12f3..1eb0baf 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -34,7 +34,7 @@ if [[ ! -e $pkgbuild_dir/.SRCINFO ]]; then exit 1 fi -getfacl -p -R "$pkgbuild_dir" /github/home > /tmp/arch-pkgbuild-builder-permissions.bak +# getfacl -p -R "$pkgbuild_dir" /github/home > /tmp/arch-pkgbuild-builder-permissions.bak # '/github/workspace' is mounted as a volume and has owner set to root # set the owner of $pkgbuild_dir to the 'build' user, so it can access package files.