mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2025-12-06 07:12:01 +01:00
Add basic utilities to the build image
This commit is contained in:
parent
872104007f
commit
1a7bc6c272
|
|
@ -1,6 +1,6 @@
|
|||
FROM archlinux:latest
|
||||
RUN mkdir -p /workspace
|
||||
COPY tmpfiles/pacman.conf /etc/pacman.conf
|
||||
RUN pacman -Syyu --noconfirm 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/*
|
||||
CMD ["setarch","x86_64","/usr/bin/bash"]
|
||||
WORKDIR /workspace
|
||||
|
|
|
|||
Loading…
Reference in a new issue