diff options
| author | Quinn Casey <[email protected]> | 2020-06-14 07:18:28 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-06-14 07:18:28 -0700 |
| commit | 9f8d3b5a50911253f1cac790f68e5ce3d03c4c3a (patch) | |
| tree | 0cb367582e56ca42dd66608555887da7ce879e6d | |
| parent | Merge pull request #32 from m1k1o/master (diff) | |
| parent | Remove yay dependancy (diff) | |
| download | docker-osx-9f8d3b5a50911253f1cac790f68e5ce3d03c4c3a.tar.xz docker-osx-9f8d3b5a50911253f1cac790f68e5ce3d03c4c3a.zip | |
Merge pull request #1 from qcasey/#39-remove-yay
Remove yay dependancy
| -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 |