update Dockerfile

This commit is contained in:
MarSeventh
2025-05-21 17:15:33 +08:00
parent d556595d83
commit 05c112d3b8

View File

@@ -1,4 +1,4 @@
FROM node:22 FROM node:22-slim
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y --no-install-recommends ca-certificates curl && \ apt-get install -y --no-install-recommends ca-certificates curl && \