update Dockerfile

This commit is contained in:
MarSeventh
2025-05-21 15:43:00 +08:00
parent 7352d2592d
commit 623206d796

View File

@@ -1,6 +1,5 @@
FROM node:22
RUN apt update
RUN apt install -y ca-certificates
RUN apt update && apt install -y ca-certificates
WORKDIR /app
COPY . .