From ab4b35217ead6e4dfb35ece497653ad5ef34748f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 20 Jul 2025 16:51:19 +0200 Subject: [PATCH] Update Dockerfile --- ente/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ente/Dockerfile b/ente/Dockerfile index 5591cdc38..5f37ac4e2 100644 --- a/ente/Dockerfile +++ b/ente/Dockerfile @@ -14,8 +14,7 @@ FROM node:22-alpine AS web-builder ARG ENTE_WEB_TAG=main # ---- tools we need to build (git, yarn) -RUN apk add --no-cache git && \ - npm install -g yarn +RUN apk add --no-cache git # ---- pull the web source WORKDIR /src