Skip to content
Snippets Groups Projects
Commit d4ca60ed authored by nimrod's avatar nimrod
Browse files

Workbench: Install classic Yarn (v1).

parent 9e403f95
No related branches found
No related tags found
No related merge requests found
Pipeline #4285 failed
......@@ -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" && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment