mirror of
https://github.com/Jguer/yay.git
synced 2024-11-06 17:17:22 +01:00
13 lines
210 B
Docker
13 lines
210 B
Docker
ARG BUILD_TAG=devel
|
|
FROM samip537/archlinux:${BUILD_TAG}
|
|
LABEL maintainer="Jguer,joaogg3 at google mail"
|
|
|
|
WORKDIR /app
|
|
|
|
RUN pacman -Sy --overwrite=* --needed --noconfirm \
|
|
go git
|
|
|
|
|
|
ENV ARCH=x86_64
|
|
COPY . .
|