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

Workbench: Add the Bitwarden CLI.

parent 8b2f7fd2
No related branches found
No related tags found
No related merge requests found
Pipeline #3766 passed
...@@ -243,8 +243,9 @@ RUN export PIP_CONSTRAINT=/tmp/constraint.txt && \ ...@@ -243,8 +243,9 @@ RUN export PIP_CONSTRAINT=/tmp/constraint.txt && \
rm -rf /tmp/* /var/tmp/* ~/.cache/* rm -rf /tmp/* /var/tmp/* ~/.cache/*
# hadolint ignore=DL3016 # hadolint ignore=DL3016
RUN npm install --global \ RUN npm install --global \
corepack \ @bitwarden/cli \
@playwright/test \ @playwright/test \
corepack \
&& \ && \
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 && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment