🐛 Confirm installation
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
zhbaor 2022-11-17 12:10:48 +08:00
parent dcbe3e5029
commit b92fcec7c5

View file

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