feat: Add support for pre-commit/pre-commit-hooks in Docker image (#374)

This commit is contained in:
Jonathan Forget 2022-04-28 09:04:53 +02:00 committed by GitHub
commit 017da745d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -161,7 +161,10 @@ RUN apk add --no-cache \
# pre-commit deps
git=~2 \
# All hooks deps
bash=~5
bash=~5 \
# pre-commit-hooks deps: https://github.com/pre-commit/pre-commit-hooks
musl-dev=~1 \
gcc=~10
# Copy tools
COPY --from=builder \