fix: install pre-commit with pipx
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
FROM node:20
|
FROM node:20
|
||||||
|
|
||||||
RUN apt update && \
|
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/* && \
|
rm -rf /var/lib/apt/lists/* && \
|
||||||
pip3 install pre-commit
|
pipx install pre-commit
|
||||||
|
|||||||
Reference in New Issue
Block a user