Remove yay dependancy

This commit is contained in:
Quinn Casey 2020-06-14 07:16:38 -07:00 committed by GitHub
parent 2afa7ec6f5
commit e04d55572b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,11 +52,6 @@ RUN mkdir /home/arch
RUN chown arch:arch /home/arch RUN chown arch:arch /home/arch
USER 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 WORKDIR /home/arch
RUN git clone https://github.com/corpnewt/gibMacOS.git RUN git clone https://github.com/corpnewt/gibMacOS.git
WORKDIR /home/arch/gibMacOS WORKDIR /home/arch/gibMacOS