diff --git a/Dockerfile b/Dockerfile index fee8ce4..fc558cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 node && rm -rf /var/lib/apt/lists/*