1
0
mirror of https://github.com/Jguer/yay synced 2024-07-08 20:36:24 +00:00

chore(upgrade): add pacman to install list

Revert "chore(update): fix line break"

This reverts commit a24fb50e6d.

Revert "chore(update): update golangci and force rebuild"

This reverts commit 25efafe25e.
This commit is contained in:
jguer 2021-06-01 21:29:47 +02:00
parent a24fb50e6d
commit 418b578e9e
No known key found for this signature in database
GPG Key ID: 6D6CC9BEA8556B35

View File

@ -4,7 +4,8 @@ LABEL maintainer="Jguer,joaogg3 at google mail"
ENV GO111MODULE=on
WORKDIR /app
RUN pacman -Syu --overwrite=* --needed --noconfirm go fakeroot binutils gcc make git gettext diffutils && rm -rfv /var/cache/pacman/* /var/lib/pacman/sync/*
RUN pacman -Syu --overwrite=* --needed --noconfirm go pacman fakeroot binutils gcc make git gettext diffutils && \
rm -rfv /var/cache/pacman/* /var/lib/pacman/sync/*
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.40.1