docker-node-pandoc/Dockerfile
Zhao Zuohong fbdc167f3d
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Remove uneeded dependencies
2022-11-17 12:16:21 +08:00

3 lines
137 B
Docker

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