Zhao Zuohong
fbdc167f3d
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
3 lines
137 B
Docker
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
|