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

Workbench: Install classic Yarn (v1).

parent 9e403f95
Branches
No related tags found
No related merge requests found
Pipeline #4285 failed
...@@ -261,7 +261,7 @@ RUN npm install --global \ ...@@ -261,7 +261,7 @@ RUN npm install --global \
corepack \ corepack \
&& \ && \
chown -R root:root /usr/local/lib/node_modules/@bitwarden/cli/node_modules/ && \ 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/* rm -rf /tmp/* /var/tmp/* ~/.cache/*
RUN export GOPATH=/usr/local/lib/go && \ RUN export GOPATH=/usr/local/lib/go && \
mkdir "$GOPATH" && \ mkdir "$GOPATH" && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment