diff --git a/Dockerfile b/Dockerfile index f18f16a..6025cba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM node:20 RUN apt update && \ - apt install -y python3 python3-pip ruby git && \ + apt install -y python3 python3-pip ruby git pipx && \ rm -rf /var/lib/apt/lists/* && \ - pip3 install pre-commit + pipx install pre-commit