Skip to content

Commit 12f2e18

Browse files
committed
1 parent 60e2306 commit 12f2e18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ RUN <<EOF
99
apt-get install -y --no-install-recommends ca-certificates wget unzip
1010
apt-get clean
1111
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"
12+
wget --no-verbose "https://github.com/bitwarden/clients/releases/download/cli-v${BW_VERSION}/bw-oss-linux-${BW_VERSION}.zip"
13+
unzip "bw-oss-linux-${BW_VERSION}.zip"
14+
rm -fv "bw-oss-linux-${BW_VERSION}.zip"
1515
mv bw /usr/local/bin/
1616
apt-get purge -y unzip
1717
EOF

0 commit comments

Comments
 (0)