We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60e2306 commit 12f2e18Copy full SHA for 12f2e18
Dockerfile
@@ -9,9 +9,9 @@ RUN <<EOF
9
apt-get install -y --no-install-recommends ca-certificates wget unzip
10
apt-get clean
11
rm -rf /var/lib/apt/lists/*
12
- wget --no-verbose "https://github.com/bitwarden/clients/releases/download/cli-v${BW_VERSION}/bw-linux-${BW_VERSION}.zip"
13
- unzip "bw-linux-${BW_VERSION}.zip"
14
- rm -fv "bw-linux-${BW_VERSION}.zip"
+ wget --no-verbose "https://github.com/bitwarden/clients/releases/download/cli-v${BW_VERSION}/bw-oss-linux-${BW_VERSION}.zip"
+ unzip "bw-oss-linux-${BW_VERSION}.zip"
+ rm -fv "bw-oss-linux-${BW_VERSION}.zip"
15
mv bw /usr/local/bin/
16
apt-get purge -y unzip
17
EOF
0 commit comments