ARG ALPINE=3.19 FROM alpine:${ALPINE} RUN apk add \ yq \ jq \ kubectl \ util-linux \ bash \ nodejs \ npm \ wget \ curl \ --no-cache RUN npm i -g @bitwarden/cli