diff --git a/server-ce/Dockerfile-base b/server-ce/Dockerfile-base index 80c403c4b4..929180a25b 100644 --- a/server-ce/Dockerfile-base +++ b/server-ce/Dockerfile-base @@ -40,7 +40,9 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \ ARG QUARTO_VERSION=1.6.39 RUN curl -fsSL "https://github.com/quarto-dev/quarto-cli/releases/download/v${QUARTO_VERSION}/quarto-${QUARTO_VERSION}-linux-amd64.deb" -o /tmp/quarto.deb \ && dpkg -i /tmp/quarto.deb \ -&& rm /tmp/quarto.deb +&& rm /tmp/quarto.deb \ +&& mkdir -p /var/www/.cache/quarto \ +&& chown -R www-data:www-data /var/www/.cache # Set up overleaf user and home directory