Explorar o código

chore(update): fix line break

jguer %!s(int64=3) %!d(string=hai) anos
pai
achega
a24fb50e6d
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      ci.Dockerfile

+ 1 - 2
ci.Dockerfile

@@ -4,8 +4,7 @@ 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 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