Ian Fijolek
ed86768fc3
All checks were successful
continuous-integration/drone/push Build is passing
10 lines
194 B
Docker
10 lines
194 B
Docker
ARG BASE_IMAGE=iamthefij/drone-pre-commit
|
|
FROM ${BASE_IMAGE}:base
|
|
|
|
# Add helper scripts
|
|
COPY ./scripts /scripts
|
|
|
|
# Bundle hadolint
|
|
RUN /scripts/add_hadolint.sh
|
|
RUN /scripts/add_golangci_lint.sh
|