warden-operator/image/Dockerfile
2024-08-04 14:31:00 -05:00

18 lines
221 B
Docker

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