Remove uneeded dependencies
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
zhbaor 2022-11-17 12:16:21 +08:00
parent b92fcec7c5
commit fbdc167f3d

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