update to alpine

This commit is contained in:
2025-01-06 17:47:59 +01:00
parent 0921953b02
commit 2e1bf909c7
3 changed files with 10 additions and 5 deletions

View File

@@ -1,9 +1,8 @@
FROM node:22.12.0-alpine3.19
# install openssl
RUN apt-get update && \
apt-get install -y --no-install-recommends openssl expect && \
rm -rf /var/cache/apk/*
RUN apk update && \
apk add --no-cache openssl expect
# install bitwarden-cli
RUN npm install -g @bitwarden/cli