1
0
mirror of https://github.com/vwxyzjn/portwarden synced 2025-12-06 01:33:18 +00:00

API-12 # Use the latest build bitwarden artifact.

This commit is contained in:
Costa Huang
2018-12-11 12:24:16 -05:00
parent 9967218fac
commit f9227a8fc3

View File

@@ -19,8 +19,8 @@ RUN mv dep-linux-amd64 /usr/bin/dep
RUN chmod +x /usr/bin/dep
# Install Bitwarden CLI
RUN wget -q https://github.com/bitwarden/cli/releases/download/v1.6.0/bw-linux-1.6.0.zip
RUN unzip bw-linux-1.6.0.zip -d /usr/bin/
RUN wget -q https://ci.appveyor.com/api/buildjobs/pdartqa5k00a5b23/artifacts/dist%2Flinux%2Fbw
RUN mv bw /usr/bin/bw
RUN chmod +x /usr/bin/bw
# Run dep