Dockerfile: clean up pkgconfig-aarch64 leftover
This commit is contained in:
parent
2ef5f27c6c
commit
58fd212560
2 changed files with 0 additions and 38 deletions
|
@ -12,12 +12,6 @@ RUN pacman-key --init && \
|
|||
|
||||
RUN sed -i "s/EUID == 0/EUID == -1/g" $(which makepkg)
|
||||
|
||||
RUN cd /tmp && \
|
||||
git clone https://aur.archlinux.org/aarch64-linux-gnu-pkg-config.git && \
|
||||
cd aarch64-linux-gnu-pkg-config && \
|
||||
makepkg -s --skippgpcheck && \
|
||||
pacman -U --noconfirm *.pkg*
|
||||
|
||||
RUN yes | pacman -Scc
|
||||
|
||||
RUN sed -i "s/SigLevel.*/SigLevel = Never/g" /etc/pacman.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue