diff options
| author | Quinn Casey <[email protected]> | 2020-06-14 07:16:38 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-06-14 07:16:38 -0700 |
| commit | e04d55572bbc99d9221b3602b7ba5518fe8f17da (patch) | |
| tree | 0cb367582e56ca42dd66608555887da7ce879e6d | |
| parent | Merge pull request #32 from m1k1o/master (diff) | |
| download | docker-osx-e04d55572bbc99d9221b3602b7ba5518fe8f17da.tar.xz docker-osx-e04d55572bbc99d9221b3602b7ba5518fe8f17da.zip | |
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 |