From 524908779e1de87ab8fbd50f544c798782d8fc06 Mon Sep 17 00:00:00 2001 From: Cuenot Damien Date: Fri, 10 Oct 2014 22:54:54 +0200 Subject: [PATCH] add openSSL --- 5.6/apache/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/5.6/apache/Dockerfile b/5.6/apache/Dockerfile index 23291e92..31508a47 100644 --- a/5.6/apache/Dockerfile +++ b/5.6/apache/Dockerfile @@ -37,6 +37,7 @@ RUN set -x \ --with-mysql \ --with-mysqli \ --with-pdo-mysql \ + --with-openssl \ && make -j"$(nproc)" \ && make install \ && dpkg -r bison libbison-dev \