(new): linux image
This commit is contained in:
+2
-3
@@ -10,8 +10,7 @@ RUN apt-get update && \
|
||||
apt-get update && \
|
||||
apt-get install -y --no-install-recommends nodejs && \
|
||||
go version && node -v && npm -v && \
|
||||
apt-get purge -y --auto-remove curl gnupg && \
|
||||
apt-get purge -y --auto-remove gnupg && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh \
|
||||
| sh -s -- -b /usr/local/bin ${GOLANGCI_LINT_VERSION}
|
||||
RUN curl -sSfL https://golangci-lint.run/install.sh | sh -s -- -b /usr/local/bin ${GOLANGCI_LINT_VERSION}
|
||||
Reference in New Issue
Block a user