mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-01-07 09:10:43 +01:00
Remove build image for i686
This commit is contained in:
parent
1a7bc6c272
commit
2fa0ef218f
|
|
@ -1,7 +0,0 @@
|
|||
FROM fdupoux/archlinux32
|
||||
RUN mkdir -p /workspace
|
||||
COPY tmpfiles/pacman.conf /etc/pacman.conf
|
||||
RUN sed -i -e 's/^Architecture.*$/Architecture = i686/' /etc/pacman.conf
|
||||
RUN pacman -Syyu --noconfirm archiso binutils edk2-shell grub hugo isomd5sum mtools && rm -rf /var/cache/pacman/pkg/*
|
||||
CMD ["setarch","i686","/usr/bin/bash"]
|
||||
WORKDIR /workspace
|
||||
Loading…
Reference in a new issue