Add git-restore-mtime
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Zhao Zuohong 2022-11-17 12:09:37 +08:00
parent 42145c91b3
commit dcbe3e5029
1 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
FROM pandoc/minimal:latest-alpine
RUN apk add --no-cache nodejs npm
FROM debian:bullseye-slim
RUN apt update && apt install git git-restore-mtime pandoc npm nodejs
WORKDIR /data