🐛 Confirm installation
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Zhao Zuohong 2022-11-17 12:10:48 +08:00
parent dcbe3e5029
commit b92fcec7c5
1 changed files with 1 additions and 1 deletions

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