From 62b0e8fe9c21f284e3c026a36de11f9a8f6b4697 Mon Sep 17 00:00:00 2001 From: zontreck Date: Wed, 4 Sep 2024 21:25:32 -0700 Subject: [PATCH] Remove extra builder --- base/arch/Dockerfile | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/base/arch/Dockerfile b/base/arch/Dockerfile index 417d2dc..71c1294 100644 --- a/base/arch/Dockerfile +++ b/base/arch/Dockerfile @@ -1,16 +1,3 @@ -FROM archlinux:latest as YAYBUILD - - -RUN pacman -Sy -RUN echo "y" | pacman -Syu -RUN echo "y" | pacman -S base-devel git gcc cmake nasm curl tar zip unzip sqlite3 bzip2 cabextract gnu-netcat - -WORKDIR /tmp -RUN git clone https://aur.archlinux.org/yay.git -WORKDIR /tmp/yay -RUN make - - FROM archlinux:latest LABEL author="Tara Piccari" maintainer="tarapiccari@gmail.com"