mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-04-19 13:13:41 +00:00
6 lines
257 B
Text
6 lines
257 B
Text
FROM archlinux:latest
|
|
RUN mkdir -p /workspace
|
|
COPY tmpfiles/pacman.conf /etc/pacman.conf
|
|
RUN pacman -Syyu --noconfirm archiso binutils edk2-shell grub hugo mtools && rm -rf /var/cache/pacman/pkg/*
|
|
CMD ["setarch","x86_64","/usr/bin/bash"]
|
|
WORKDIR /workspace
|