2023-08-22 17:21:14 +08:00
|
|
|
FROM node:18.17.1
|
2023-08-22 17:16:36 +08:00
|
|
|
|
2023-08-22 17:24:57 +08:00
|
|
|
LABEL ycz008 <ycz008@seethingx.com>
|
2023-08-22 17:16:36 +08:00
|
|
|
|
|
|
|
RUN apt-get update && \
|
|
|
|
apt-get install -y --no-install-recommends ca-certificates curl && \
|
2023-08-23 11:31:30 +08:00
|
|
|
rm -rf /var/lib/apt/lists/ && \
|
|
|
|
git config --global --add safe.directory '*'
|