Skip to content

Commit

Permalink
install namcap
Browse files Browse the repository at this point in the history
  • Loading branch information
cocomeow committed Aug 30, 2021
1 parent 0f188bc commit 09dda16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 09dda16

Please sign in to comment.