Copy mirrorlist so it's actually used during the build
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
e3d42f8aff
commit
c6d66e17e9
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ WORKDIR /archlinux
|
||||||
RUN mkdir -p /archlinux/rootfs
|
RUN mkdir -p /archlinux/rootfs
|
||||||
|
|
||||||
COPY pacstrap-docker /archlinux/
|
COPY pacstrap-docker /archlinux/
|
||||||
|
COPY rootfs/etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
RUN ./pacstrap-docker /archlinux/rootfs \
|
RUN ./pacstrap-docker /archlinux/rootfs \
|
||||||
bash sed gzip pacman base base-devel
|
bash sed gzip pacman base base-devel
|
||||||
|
|
Loading…
Reference in a new issue