diff --git a/Dockerfile b/Dockerfile index ebdb0d5..e343673 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM pandoc/minimal:latest-alpine -RUN apk add --no-cache nodejs npm +FROM debian:bullseye-slim +RUN apt update && apt install git git-restore-mtime pandoc npm nodejs WORKDIR /data