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