gitlab-build-images/Dockerfile.golangci-lint-alpine
Hayley Swimelar 6d66271624 Move static files to assets directory
This commit creates a new directory for static files, and moves
static files to assets directory that were previously in the
scripts directory.
2019-11-21 09:51:13 -08:00

5 lines
226 B
Docker

FROM golangci/golangci-lint:v1.21-alpine
# git must be installed for golangci-lint's --new-from-rev flag to work.
RUN apk --no-cache add git
# Include a default .golangci.yml
COPY /assets/.golangci.yml /golangci/.golangci.yml