Browse Source

Fixed build

Spencer Gardner 6 years ago
parent
commit
17939adaf8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,6 +1,6 @@
 from ubuntu
 
-RUN apt-get update &&  apt-get install -y build-essential libcurl4-openssl-dev git automake libtool libjansson* libncurses5-dev libssl-dev
+RUN apt-get update &&  apt-get install -y build-essential libcurl4-openssl-dev git automake libtool libjansson* libncurses5-dev libssl-dev lib32z1-dev
 RUN git clone --recursive https://github.com/tpruvot/cpuminer-multi.git -b linux
 WORKDIR /cpuminer-multi