From 1562eae4d7bb1265138bf49fe2fa7f9790f1b320 Mon Sep 17 00:00:00 2001 From: Meier Lukas Date: Sat, 4 Jan 2025 22:38:40 +0100 Subject: [PATCH] refactor: remove sharp image optimization (#1862) --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index a799e8152..1dc496491 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,9 +12,6 @@ COPY . . RUN corepack enable pnpm && pnpm install --recursive --frozen-lockfile -# Install sharp for image optimization -RUN corepack enable pnpm && pnpm install sharp -w - # Copy static data as it is not part of the build COPY static-data ./static-data ARG SKIP_ENV_VALIDATION='true'