Browse Source

Fixed build

Spencer Gardner 6 năm trước cách đây
mục cha
commit
17939adaf8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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