docker-node-pandoc/Dockerfile
Zhao Zuohong b92fcec7c5
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
🐛 Confirm installation
2022-11-17 12:10:48 +08:00

3 lines
113 B
Docker

FROM debian:bullseye-slim
RUN apt update && apt install -y git git-restore-mtime pandoc npm nodejs
WORKDIR /data