mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2025-12-06 07:12:01 +01:00
Use the most up to date docker image from archlinux
This commit is contained in:
parent
82143fd91e
commit
9efffb03c7
|
|
@ -1,4 +1,4 @@
|
||||||
FROM archlinux:latest
|
FROM docker.io/archlinux/archlinux:latest
|
||||||
RUN mkdir -p /workspace
|
RUN mkdir -p /workspace
|
||||||
COPY tmpfiles/pacman.conf /etc/pacman.conf
|
COPY tmpfiles/pacman.conf /etc/pacman.conf
|
||||||
RUN pacman -Syyu --noconfirm strace vim archiso binutils edk2-shell grub hugo isomd5sum mtools && rm -rf /var/cache/pacman/pkg/*
|
RUN pacman -Syyu --noconfirm strace vim archiso binutils edk2-shell grub hugo isomd5sum mtools && rm -rf /var/cache/pacman/pkg/*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue