From 657617dad1a566ca42fa5b06e72596fb6472eccb Mon Sep 17 00:00:00 2001 From: Mihail Fedorov Date: Sun, 15 Apr 2018 01:23:57 +0300 Subject: [PATCH 1/2] curl fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 92b0b779c..7a4308f7d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN apt-get -y update && \ apt-get -y upgrade && \ apt-get -y install build-essential pkg-config libc6-dev m4 g++-multilib autoconf libtool ncurses-dev \ unzip python zlib1g-dev wget bsdmainutils automake libssl-dev libprotobuf-dev \ - protobuf-compiler libqrencode-dev libdb++-dev software-properties-common libcurl4-openssl-dev && \ + protobuf-compiler libqrencode-dev libdb++-dev software-properties-common libcurl4-openssl-dev curl && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* From e8131126d5f07a30f504d09eee4000932b3f4217 Mon Sep 17 00:00:00 2001 From: Mihail Fedorov Date: Sun, 15 Apr 2018 01:36:52 +0300 Subject: [PATCH 2/2] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25c573317..74425bd3c 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Dependencies ``` #The following packages are needed: -sudo apt-get install build-essential pkg-config libc6-dev m4 g++-multilib autoconf libtool ncurses-dev unzip git python python-zmq zlib1g-dev wget libcurl3-gnutls-dev bsdmainutils automake +sudo apt-get install build-essential pkg-config libc6-dev m4 g++-multilib autoconf libtool ncurses-dev unzip git python python-zmq zlib1g-dev wget libcurl4-openssl-dev bsdmainutils automake curl ``` Komodo