diff options
| -rw-r--r-- | Dockerfile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -53,11 +53,6 @@ RUN chown arch:arch /home/arch USER arch WORKDIR /home/arch -RUN git clone https://aur.archlinux.org/yay.git -WORKDIR /home/arch/yay -RUN makepkg -si --noconfirm - -WORKDIR /home/arch RUN git clone https://github.com/corpnewt/gibMacOS.git WORKDIR /home/arch/gibMacOS RUN perl -p -i -e 's/print("Succeeded:")/exit()/' ./gibMacOS.command |