Commit 326c41f8 authored by nimrod's avatar nimrod
Browse files

Workbench: Add the Bitwarden CLI.

parent 8b2f7fd2
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -243,8 +243,9 @@ RUN export PIP_CONSTRAINT=/tmp/constraint.txt && \
    rm -rf /tmp/* /var/tmp/* ~/.cache/*
# hadolint ignore=DL3016
RUN npm install --global \
        corepack \
        @bitwarden/cli \
        @playwright/test \
        corepack \
    && \
    rm -rf /tmp/* /var/tmp/* ~/.cache/*
RUN export GOPATH=/usr/local/lib/go && \