adds argon dependencies
Some checks failed
continuous-integration/drone/tag Build is failing

This commit is contained in:
Jochen Maes 2023-11-18 12:43:17 +01:00
parent bac0610087
commit e87abaa8ff

View File

@ -2,7 +2,7 @@ FROM node:alpine
ENV BW_CLI_VERSION=2023.10.0
RUN apk add python3
RUN apk add python3 argon2 argon2-libs
RUN npm install -g @bitwarden/cli@$BW_CLI_VERSION
COPY entrypoint.sh /