From e87abaa8ffd33f43a871e3db02695355d4f12424 Mon Sep 17 00:00:00 2001 From: Jochen Maes Date: Sat, 18 Nov 2023 12:43:17 +0100 Subject: [PATCH] adds argon dependencies --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 78ca628..27eeeb8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 /