ci: fix docker image

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@prologin.org>
This commit is contained in:
Marc 'risson' Schmitt 2022-12-09 00:59:19 +01:00
parent 819de36b09
commit de766103db
No known key found for this signature in database
GPG Key ID: 9C3FA22FABF1AA8D

View File

@ -11,8 +11,8 @@ RUN apt-get update && \
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y --no-install-recommends gcc make apt-get install -y --no-install-recommends gcc make
RUN go get -u golang.org/x/lint/golint RUN go install golang.org/x/lint/golint@latest
RUN go get -u golang.org/x/tools/... RUN go install golang.org/x/tools/...@latest
RUN apt-get update && \ RUN apt-get update && \
apt-get -y --no-install-recommends install pre-commit apt-get -y --no-install-recommends install pre-commit
RUN echo "deb [trusted=yes] https://repo.goreleaser.com/apt/ /" > /etc/apt/sources.list.d/goreleaser.list && \ RUN echo "deb [trusted=yes] https://repo.goreleaser.com/apt/ /" > /etc/apt/sources.list.d/goreleaser.list && \