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-07-16 18:55:12 +00:00

9 lines
284 B
Docker

FROM amd64/node:22.17.1@sha256:c29dbdc0fa40f6756d0b2e9b2af8561587468f2d58657f22934b67d1297d88eb
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