diff --git a/Dockerfile b/Dockerfile index fee8ce4..10c144d 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 nodejs && rm -rf /var/lib/apt/lists/*