mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-01-03 15:20:19 +01:00
Merge branch 'docker-base' into 'main'
Use the most up to date docker image from archlinux See merge request systemrescue/systemrescue-sources!301
This commit is contained in:
commit
9071f3a5e4
|
|
@ -1,4 +1,4 @@
|
|||
FROM archlinux:latest
|
||||
FROM docker.io/archlinux/archlinux:latest
|
||||
RUN mkdir -p /workspace
|
||||
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/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue