Skip to content

Commit

Permalink
add unzip to mitogen image
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBesson committed Aug 27, 2024
1 parent 24b01a3 commit e54ba60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/mitogen/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dockerfiles/mitogen/README.md" \

RUN apt-get update -y && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
sshpass ssh-client rsync tini curl git ruby \
sshpass ssh-client rsync tini curl git ruby unzip \
&& rm -rf /var/lib/apt/lists/*

RUN curl "https://releases.hashicorp.com/vault/${VAULT_VERSION}/vault_${VAULT_VERSION}_linux_amd64.zip" \
Expand Down

0 comments on commit e54ba60

Please sign in to comment.