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

This commit is contained in:
Jochen Maes 2023-11-18 12:37:00 +01:00
parent 5b9c79a643
commit bac0610087

View File

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