Install bzip2 in solana docker file (#5701)

This commit is contained in:
Justin Starry 2019-08-27 22:10:05 -04:00 committed by GitHub
parent 47535b9ff1
commit 50ab34ad92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -3,9 +3,8 @@ FROM debian:buster
# JSON RPC port
EXPOSE 8899/tcp
# Install libssl
RUN apt update && \
apt-get install -y libssl-dev && \
apt-get install -y bzip2 libssl-dev && \
rm -rf /var/lib/apt/lists/*
COPY usr/bin /usr/bin/