diff --git a/Dockerfile b/Dockerfile index 76c85ed..28ba701 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ FROM debian:bullseye-slim -RUN apt update && apt install -y git git-restore-mtime pandoc npm nodejs +RUN apt update && apt install --no-install-recommends -y git git-restore-mtime pandoc npm nodejs WORKDIR /data