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

9 lines
284 B
Docker

FROM amd64/node:24.13.0@sha256:99f03d301e02187ad852613ebaee613f7f1c0740b5ce4ea98c2c00c4ebf72c5e
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