[@MrBenFTW](https://github.com/MrBenFTW) - Updated macOS version 10.15.5 -> 10.15.6, Enabled screen sharing port forwarding, Removed the need to remove 1gb from the partition.
RUN tee -a /etc/pacman.d/mirrorlist <<<'Server = http://mirrors.evowise.com/archlinux/$repo/os/$arch'
RUN tee -a /etc/pacman.d/mirrorlist <<<'Server = http://mirror.rackspace.com/archlinux/$repo/os/$arch'
RUN tee -a /etc/pacman.d/mirrorlist <<<'Server = https://mirror.rackspace.com/archlinux/$repo/os/$arch'
RUN tee -a /etc/pacman.d/mirrorlist <<<'Server = http://mirrors.evowise.com/archlinux/$repo/os/$arch'\
&& tee -a /etc/pacman.d/mirrorlist <<<'Server = http://mirror.rackspace.com/archlinux/$repo/os/$arch'\
&& tee -a /etc/pacman.d/mirrorlist <<<'Server = https://mirror.rackspace.com/archlinux/$repo/os/$arch'
# ARG MIRROR_COUNTRY=US
# RUN curl -s "https://www.archlinux.org/mirrorlist/?country=${MIRROR_COUNTRY}&protocol=https&use_mirror_status=on" | \
@ -89,21 +89,20 @@ RUN tee -a /etc/pacman.d/mirrorlist <<< 'Server = https://mirror.rackspace.com/a
USER arch
RUN sudo pacman -Sy --noconfirm
RUN sudo pacman -S tigervnc xterm xorg-xhost xdotool ufw --noconfirm
RUN mkdir ${HOME}/.vnc
RUNprintf'%s\n' \
'xinit &'\
'xterm &' > ~/.vnc/xstartup
# this won't work if you have 99 monitors, 98 monitors is fine though // don't forget to remove the lock file incase you shut down incorrectly or create an image.