➖ Remove uneeded dependencies
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
b92fcec7c5
commit
fbdc167f3d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue