From d80ccd27589ff89e189eae9c6c3a3f8a84fc0340 Mon Sep 17 00:00:00 2001 From: Neshura Date: Wed, 20 Dec 2023 08:54:19 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e190e54..829c869 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,8 @@ WORKDIR /app # Copy the files needed to install deps COPY package.json yarn.lock ./ -RUN yarn install --cpu=x64 --os=linux --libc=musl --frozen-lockfile +RUN yarn add sharp +RUN yarn install --frozen-lockfile ## BUILD STEP # Rebuild the source code only when needed