provide /bin/pacman_aarch64 wrapper script, chroot: handle extra repos in pacman.conf
Signed-off-by: InsanePrawn <insane.prawny@gmail.com>
This commit is contained in:
parent
1364a97ddb
commit
cde685f06e
5 changed files with 46 additions and 53 deletions
|
@ -18,7 +18,6 @@ RUN cd /tmp && \
|
|||
RUN yes | pacman -Scc
|
||||
|
||||
RUN sed -i "s/SigLevel.*/SigLevel = Never/g" /etc/pacman.conf
|
||||
RUN sed -i "s|run_pacman |run_pacman --root \"/chroot/copy\" --arch aarch64 --config \"/app/src/pacman_copy.conf\" |g" $(which makepkg)
|
||||
RUN mkdir -p /app/bin
|
||||
RUN ln -sf $(which aarch64-linux-gnu-strip) /app/bin/strip
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue