docker-node-pandoc/Dockerfile

4 lines
137 B
Docker
Raw Normal View History

2022-11-17 12:09:37 +08:00
FROM debian:bullseye-slim
RUN apt update && apt install --no-install-recommends -y git git-restore-mtime pandoc npm nodejs
2022-08-18 21:04:21 +08:00
WORKDIR /data