This repository has been archived on 2026-03-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
pre-commit-node/Dockerfile
T
2025-11-04 11:58:08 +00:00

9 lines
284 B
Docker

FROM amd64/node:24.11.0@sha256:0601cd03977317a0e4e2f61bf7c9bd814b2799e482aa8caa4327ff743c9e7d55
ENV PATH=${PATH}:/root/.local/bin
RUN apt update && \
apt install -y python3 python3-pip ruby ruby-dev git pipx && \
rm -rf /var/lib/apt/lists/* && \
pipx install pre-commit