mirror of
https://github.com/Jguer/yay
synced 2024-10-31 04:12:51 +00:00
fix(docker): fix dockerfile formatter removing breakline
This commit is contained in:
parent
20d5fd406f
commit
99c3c98264
1 changed files with 1 additions and 2 deletions
|
@ -4,8 +4,7 @@ LABEL maintainer="Jguer,joaogg3 at google mail"
|
||||||
ENV GO111MODULE=on
|
ENV GO111MODULE=on
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
RUN pacman -Syu --overwrite=* --needed --noconfirm go pacman fakeroot binutils gcc make git gettext diffutils &&
|
RUN pacman -Syu --overwrite=* --needed --noconfirm go fakeroot binutils gcc make git gettext && rm -rfv /var/cache/pacman/* /var/lib/pacman/sync/*
|
||||||
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.41.1
|
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.41.1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue