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

9 lines
284 B
Docker
Raw Permalink Normal View History

FROM amd64/node:24.11.1@sha256:9d22455c8577f64e168e8ed8da05e6a7116aba80dd7a8925924240518c5755d1
2023-01-31 19:45:01 +01:00
2024-04-08 08:09:40 +02:00
ENV PATH=${PATH}:/root/.local/bin
2023-01-31 19:45:01 +01:00
RUN apt update && \
apt install -y python3 python3-pip ruby ruby-dev git pipx && \
2023-01-31 19:45:01 +01:00
rm -rf /var/lib/apt/lists/* && \
2024-02-24 01:26:40 +01:00
pipx install pre-commit