update node

main
ycz008 2023-09-08 14:33:21 +08:00
parent 1b220143f7
commit 76de9310f3
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@ FROM node:16.17.1
LABEL smallkoudai <smallkoudai@gmail.com>
RUN apt-get update && \
apt-get install -y --no-install-recommends ca-certificates curl async && \
apt-get install -y --no-install-recommends ca-certificates curl rsync && \
rm -rf /var/lib/apt/lists/ && \
git config --global --add safe.directory '*'