소스 검색

Fixed build

Spencer Gardner 6 년 전
부모
커밋
17939adaf8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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