Skip to content

Commit

Permalink
feat: Add support for pre-commit/pre-commit-hooks in Docker image (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Jno21 committed Apr 28, 2022
1 parent b4d8fd9 commit 017da74
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Expand Up @@ -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 \
Expand Down

0 comments on commit 017da74

Please sign in to comment.