mirror of
https://github.com/Jguer/yay.git
synced 2025-12-27 11:06:51 -05:00
chore(yay): update dependencies and builder (#2396)
* fix libalpm14 build * update deps * try alternative arch
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM ghcr.io/jguer/archlinuxarm:base-devel
|
||||
FROM docker.io/ljmf00/archlinux:devel
|
||||
LABEL maintainer="Jguer,docker@jguer.space"
|
||||
|
||||
ENV GO111MODULE=on
|
||||
@@ -9,5 +9,5 @@ COPY go.mod .
|
||||
RUN pacman-key --init && pacman -Sy && pacman -S --overwrite=* --noconfirm archlinux-keyring && \
|
||||
pacman -Su --overwrite=* --needed --noconfirm doxygen meson asciidoc go git gcc make sudo base-devel && \
|
||||
rm -rfv /var/cache/pacman/* /var/lib/pacman/sync/* && \
|
||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.55.2 && \
|
||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.56.2 && \
|
||||
go mod download
|
||||
|
||||
Reference in New Issue
Block a user