aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuinn Casey <[email protected]>2020-06-14 07:18:28 -0700
committerGitHub <[email protected]>2020-06-14 07:18:28 -0700
commit9f8d3b5a50911253f1cac790f68e5ce3d03c4c3a (patch)
tree0cb367582e56ca42dd66608555887da7ce879e6d
parentMerge pull request #32 from m1k1o/master (diff)
parentRemove yay dependancy (diff)
downloaddocker-osx-9f8d3b5a50911253f1cac790f68e5ce3d03c4c3a.tar.xz
docker-osx-9f8d3b5a50911253f1cac790f68e5ce3d03c4c3a.zip
Merge pull request #1 from qcasey/#39-remove-yay
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