Skip to content

Commit

Permalink
Use nobody to build arch package
Browse files Browse the repository at this point in the history
Signed-off-by: shadichy <hotrobb360web@gmail.com>
  • Loading branch information
shadichy committed Dec 22, 2024
1 parent 40a58f7 commit 9bf566e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion archlinux.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ RUN yes | pacman -Syyu base-devel grub bash fakeroot

COPY . /grub-android-prober

RUN chown -hR nobody:nobody /grub-android-prober

WORKDIR /grub-android-prober

RUN makepkg -sif
RUN su nobody -c 'makepkg -sif'

RUN mv /grub-android-prober/*.pkg.tar{.,}*

0 comments on commit 9bf566e

Please sign in to comment.