mirror of
https://github.com/Jguer/yay.git
synced 2025-12-27 11:06:51 -05:00
add make to dockerfile
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM docker.io/heywoodlh/archlinux:latest
|
||||
FROM docker.io/jguer/yay-builder:latest
|
||||
|
||||
ENV GO111MODULE=on
|
||||
WORKDIR /app
|
||||
@@ -6,7 +6,7 @@ WORKDIR /app
|
||||
COPY go.mod .
|
||||
|
||||
RUN pacman -Sy && pacman -S --overwrite=* --noconfirm archlinux-keyring && \
|
||||
pacman -Su --overwrite=* --needed --noconfirm go git gcc && \
|
||||
pacman -Su --overwrite=* --needed --noconfirm go git gcc make && \
|
||||
rm -rfv /var/cache/pacman/* /var/lib/pacman/sync/* && \
|
||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.50.1 && \
|
||||
go mod download
|
||||
|
||||
Reference in New Issue
Block a user