[deploy-opentofu]

This commit is contained in:
2025-10-11 21:19:21 +00:00
parent 06b3f73d8d
commit 6d3ca1edb3

View File

@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y \
nodejs \
npm \
unzip \
&& rm -rf /var/lib/apt/lists/*
&& rm -rf /var/lib/apt/lists/*
RUN curl -L -o /tmp/bw.zip https://github.com/bitwarden/cli/releases/download/v1.22.1/bw-linux-1.22.1.zip \
&& unzip /tmp/bw.zip -d /usr/local/bin \