Skip to content

Commit

Permalink
switch to apt-get instead of apt for updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot committed Nov 17, 2024
1 parent c80c2c0 commit 15211a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:12.8

ENV BW_CLI_VERSION=2024.9.0

RUN apt update && \
RUN apt-get update && \
apt list --upgradeable | grep security | cut -f1 -d '/' | xargs apt-get install --no-install-recommends -y && \
apt-get install --no-install-recommends -y wget unzip ca-certificates && \
wget --show-progress --progress bar https://github.com/bitwarden/clients/releases/download/cli-v${BW_CLI_VERSION}/bw-linux-${BW_CLI_VERSION}.zip && \
Expand Down

0 comments on commit 15211a4

Please sign in to comment.