Remove uneeded dependencies
ci/woodpecker/push/woodpecker Pipeline was successful Details

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

View File

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