FROM node:18.17.1 LABEL ycz008 RUN apt-get update && \ apt-get install -y --no-install-recommends ca-certificates curl && \ rm -rf /var/lib/apt/lists/ && \ git config --global --add safe.directory '*'