diff --git a/Dockerfile b/Dockerfile index 4c4bcb9..35285e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM node:22-slim -RUN apt-get update && apt-get install -y --no-install-recommends git rsync && rm -rf /var/lib/apt/lists/* +RUN apt-get update && apt-get install -y --no-install-recommends git rsync ca-certificates && rm -rf /var/lib/apt/lists/* WORKDIR /quartz