Added node
All checks were successful
Build and deploy censorbot / Build Docker image (push) Successful in 2m13s
Build and deploy censorbot / Run pre-commit checks (push) Successful in 51s

This commit is contained in:
Dreaded_X 2024-06-15 03:36:20 +02:00
parent 3005d66482
commit 79682c65fe
Signed by: Dreaded_X
GPG Key ID: FA5F485356B0D2D4

View File

@ -1,3 +1,3 @@
FROM rust:1-slim
RUN apt-get update && apt-get install -y --no-install-recommends pre-commit && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y --no-install-recommends pre-commit nodejs && rm -rf /var/lib/apt/lists/*