Add base and base-devel

This commit is contained in:
Davide Depau 2020-04-09 17:47:20 +02:00
parent 29b03839ad
commit f006396f70
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ RUN mkdir -p /archlinux/rootfs
COPY pacstrap-docker /archlinux/
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/*