Skip to content

Commit 49bad47

Browse files
authored
fix missing shellcheck in pre-commit image (#497)
Signed-off-by: carlory <[email protected]>
1 parent 7277677 commit 49bad47

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile.precommit

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,8 @@ RUN pip install --break-system-packages yamllint
3030
# CodeSpell
3131
RUN pip install --break-system-packages codespell
3232

33+
# Shellcheck
34+
RUN pip install --break-system-packages shellcheck-py
35+
3336
# Golangci-lint
3437
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.5.0

0 commit comments

Comments
 (0)