Skip to content

Commit 27cc1a7

Browse files
committed
No fancy redirects in plain sh
1 parent 53ccb0e commit 27cc1a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN <<EOF
1111
apt-get clean
1212
rm -rf /var/lib/apt/lists/*
1313
wget --no-verbose "https://github.com/bitwarden/clients/releases/download/cli-v${BW_VERSION}/bw-oss-linux-${BW_VERSION}.zip"
14-
sha256sum -c - <<< "$BW_DIGEST bw-oss-linux-${BW_VERSION}.zip"
14+
echo "$BW_DIGEST bw-oss-linux-${BW_VERSION}.zip" | sha256sum -c -
1515
unzip "bw-oss-linux-${BW_VERSION}.zip"
1616
rm -fv "bw-oss-linux-${BW_VERSION}.zip"
1717
mv bw /usr/local/bin/

0 commit comments

Comments
 (0)