Apply aarch64 modifications to armv7h image too

This commit is contained in:
Davide Depau 2020-04-16 19:20:47 +02:00
parent 9bb2b94778
commit a3f9f98549
1 changed files with 2 additions and 1 deletions

View File

@ -5,9 +5,10 @@ WORKDIR /archlinux
RUN mkdir -p /archlinux/rootfs
COPY pacstrap-docker /archlinux/
COPY rootfs/etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist
RUN ./pacstrap-docker /archlinux/rootfs \
bash sed gzip pacman
bash sed gzip pacman base base-devel
# Remove current pacman database, likely outdated very soon
RUN rm rootfs/var/lib/pacman/sync/*