From 9eac4b14ada2dcd8f5f24baae50f7c0c2bbfa96b Mon Sep 17 00:00:00 2001 From: containerscrew Date: Mon, 18 Nov 2024 12:13:21 +0100 Subject: [PATCH] Install pre-commit --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e505029..4f338b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 ;\