Skip to content

Commit

Permalink
Install pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
containerscrew committed Nov 18, 2024
1 parent 74563ff commit 9eac4b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ RUN case $(uname -m) in \
# Core packages
RUN apk add --update --no-cache \
make ca-certificates zsh zsh-vcs jq zip shadow curl git vim bind-tools python3 py3-pip pipx kubectx \
openssl envsubst aws-cli=${AWSCLI_VERSION} docker-cli fzf bash fzf openssh-client tflint=${TFLINT_VERSION}
openssl envsubst aws-cli=${AWSCLI_VERSION} docker-cli fzf bash fzf openssh-client tflint=${TFLINT_VERSION} \
pre-commit

# Rootless user
RUN groupadd --gid $USER_GID $USERNAME ;\
Expand Down

0 comments on commit 9eac4b1

Please sign in to comment.