update node
parent
1b220143f7
commit
76de9310f3
|
@ -3,6 +3,6 @@ FROM node:16.17.1
|
||||||
LABEL smallkoudai <smallkoudai@gmail.com>
|
LABEL smallkoudai <smallkoudai@gmail.com>
|
||||||
|
|
||||||
RUN apt-get update && \
|
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/ && \
|
rm -rf /var/lib/apt/lists/ && \
|
||||||
git config --global --add safe.directory '*'
|
git config --global --add safe.directory '*'
|
||||||
|
|
Loading…
Reference in New Issue