Revert to having a small "base" image
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
1d95fad952
commit
c71efe9aff
3 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ COPY rootfs/alarm/etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist
|
|||
COPY pacstrap-docker /archlinux/
|
||||
|
||||
RUN ./pacstrap-docker /archlinux/rootfs \
|
||||
bash sed gzip pacman base base-devel
|
||||
bash sed gzip pacman
|
||||
|
||||
# Remove current pacman database, likely outdated very soon
|
||||
RUN rm rootfs/var/lib/pacman/sync/*
|
||||
|
|
|
@ -8,7 +8,7 @@ COPY rootfs/alarm/etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist
|
|||
COPY pacstrap-docker /archlinux/
|
||||
|
||||
RUN ./pacstrap-docker /archlinux/rootfs \
|
||||
bash sed gzip pacman base base-devel
|
||||
bash sed gzip pacman
|
||||
|
||||
# Remove current pacman database, likely outdated very soon
|
||||
RUN rm rootfs/var/lib/pacman/sync/*
|
||||
|
|
|
@ -8,7 +8,7 @@ COPY rootfs/archlinux/etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist
|
|||
COPY pacstrap-docker /archlinux/
|
||||
|
||||
RUN ./pacstrap-docker /archlinux/rootfs \
|
||||
bash sed gzip pacman base base-devel
|
||||
bash sed gzip pacman
|
||||
|
||||
# Remove current pacman database, likely outdated very soon
|
||||
RUN rm rootfs/var/lib/pacman/sync/*
|
||||
|
|
Loading…
Reference in a new issue