|
@@ -1,12 +1,12 @@
|
|
|
-FROM lopsided/archlinux:devel
|
|
|
+FROM lopsided/archlinux:latest
|
|
|
LABEL maintainer="Jguer,joaogg3 at google mail"
|
|
|
|
|
|
ENV GO111MODULE=on
|
|
|
WORKDIR /app
|
|
|
|
|
|
-RUN pacman -Syu --overwrite=* --needed --noconfirm go git
|
|
|
+RUN pacman -Syu --overwrite=* --needed --noconfirm go fakeroot binutils gcc make git
|
|
|
|
|
|
-RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.30.0
|
|
|
+RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.31.0
|
|
|
|
|
|
COPY go.mod .
|
|
|
|