Remove extra builder
This commit is contained in:
parent
58e47ffd68
commit
62b0e8fe9c
1 changed files with 0 additions and 13 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue