diff options
| author | sickcodes <[email protected]> | 2021-07-28 18:34:48 +0000 |
|---|---|---|
| committer | sickcodes <[email protected]> | 2021-07-28 18:34:48 +0000 |
| commit | b96bac8cd27be8d85ecec0a53707cefb080b1538 (patch) | |
| tree | d808f242abb3f2d3991531ff1824eb383a30bbff /Dockerfile.auto | |
| parent | Shift supermin environment variables earlier (diff) | |
| download | docker-osx-b96bac8cd27be8d85ecec0a53707cefb080b1538.tar.xz docker-osx-b96bac8cd27be8d85ecec0a53707cefb080b1538.zip | |
Shift supermin environment variables earlier all images
Diffstat (limited to 'Dockerfile.auto')
| -rw-r--r-- | Dockerfile.auto | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Dockerfile.auto b/Dockerfile.auto index 317bf9a..0a58725 100644 --- a/Dockerfile.auto +++ b/Dockerfile.auto @@ -88,6 +88,10 @@ RUN pacman -Syu xorg-server-xvfb wget xterm xorg-xhost xorg-xrandr sshpass --noc ; fi \ ; yes | pacman -Scc +USER arch + +ENV USER arch + # 5.13 problem ENV SUPERMIN_KERNEL=/boot/vmlinuz-linux @@ -99,10 +103,8 @@ RUN sudo pacman -Rns linux --noconfirm \ ; sudo pacman -Syy \ ; sudo pacman -S mkinitcpio --noconfirm \ ; sudo pacman -U https://archive.archlinux.org/packages/l/linux/linux-5.12.14.arch1-1-x86_64.pkg.tar.zst --noconfirm \ - ; rm -rf /var/tmp/.guestfs-* \ + ; sudo rm -rf /var/tmp/.guestfs-* \ ; libguestfs-test-tool - -USER arch WORKDIR /home/arch/OSX-KVM |