From eae508654621f4e9d2ff1ef454d5e9b412d62287 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Sun, 19 Aug 2018 18:07:40 +0100 Subject: [PATCH] Remove libcurl-option from curl --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 178c4f3..605e129 100644 --- a/Dockerfile +++ b/Dockerfile @@ -85,6 +85,7 @@ RUN git clone https://github.com/curl/curl.git --branch $CURL_VER --depth 1 . \ --disable-dict \ --disable-gopher \ --disable-imap \ + --disable-libcurl-option \ --disable-ldap \ --disable-ldaps \ --disable-manual \