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-12-09 15:17:41 +01:00

9 lines
284 B
Docker

FROM amd64/node:24.11.1@sha256:aa57b0834e4f444ad73a073055880ab66af7eb49349b17c1bb75abeff191bec3
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