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.
2024-04-06 16:53:21 +00:00
|
|
|
FROM node:20.12.1
|
2023-01-31 19:45:01 +01:00
|
|
|
|
|
|
|
|
RUN apt update && \
|
2024-02-24 01:26:40 +01:00
|
|
|
apt install -y python3 python3-pip ruby 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
|