From 50ab34ad92bc8c13e265d5d28aaeae908eaf8e48 Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Tue, 27 Aug 2019 22:10:05 -0400 Subject: [PATCH] Install bzip2 in solana docker file (#5701) --- sdk/docker-solana/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sdk/docker-solana/Dockerfile b/sdk/docker-solana/Dockerfile index eb82506b5..874a328aa 100644 --- a/sdk/docker-solana/Dockerfile +++ b/sdk/docker-solana/Dockerfile @@ -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/