From d4ca60edd176342285723d1950a7768e562a8ec1 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Tue, 28 Jan 2025 11:02:30 +0200 Subject: [PATCH] Workbench: Install classic Yarn (v1). --- workbench/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workbench/Dockerfile b/workbench/Dockerfile index cf4047a..49fd584 100644 --- a/workbench/Dockerfile +++ b/workbench/Dockerfile @@ -261,7 +261,7 @@ RUN npm install --global \ corepack \ && \ chown -R root:root /usr/local/lib/node_modules/@bitwarden/cli/node_modules/ && \ - corepack install --global yarn && \ + corepack install --global yarn@1 && \ rm -rf /tmp/* /var/tmp/* ~/.cache/* RUN export GOPATH=/usr/local/lib/go && \ mkdir "$GOPATH" && \ -- GitLab