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