aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuinn Casey <[email protected]>2020-06-14 07:16:38 -0700
committerGitHub <[email protected]>2020-06-14 07:16:38 -0700
commite04d55572bbc99d9221b3602b7ba5518fe8f17da (patch)
tree0cb367582e56ca42dd66608555887da7ce879e6d
parentMerge pull request #32 from m1k1o/master (diff)
downloaddocker-osx-e04d55572bbc99d9221b3602b7ba5518fe8f17da.tar.xz
docker-osx-e04d55572bbc99d9221b3602b7ba5518fe8f17da.zip
Remove yay dependancy
-rw-r--r--Dockerfile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Dockerfile b/Dockerfile
index 4eacf88..1a05400 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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