From babf5469125c2302c8076e9d75399e4a501f8b5c Mon Sep 17 00:00:00 2001 From: Cuenot Damien Date: Thu, 9 Oct 2014 22:11:01 +0200 Subject: [PATCH 1/8] Add open-ssl option --- 5.5/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/5.5/Dockerfile b/5.5/Dockerfile index 24969681..70cefd3e 100644 --- a/5.5/Dockerfile +++ b/5.5/Dockerfile @@ -28,6 +28,7 @@ RUN set -x \ --with-mysql \ --with-mysqli \ --with-pdo-mysql \ + --with-openssl \ && make -j"$(nproc)" \ && make install \ && dpkg -r bison libbison-dev \ From 6527e41240379ce1112b629a505ef9752f42a64f Mon Sep 17 00:00:00 2001 From: Cuenot Damien Date: Thu, 9 Oct 2014 22:46:36 +0200 Subject: [PATCH 2/8] add option ssl on apache --- 5.5/apache/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/5.5/apache/Dockerfile b/5.5/apache/Dockerfile index 9a39c6c2..4c206fb3 100644 --- a/5.5/apache/Dockerfile +++ b/5.5/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 \ From 646ff233711578d0e9ee98bde8af7ac311c57cf3 Mon Sep 17 00:00:00 2001 From: Cuenot Damien Date: Fri, 10 Oct 2014 22:53:10 +0200 Subject: [PATCH 3/8] add openSSL --- 5.3/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/5.3/Dockerfile b/5.3/Dockerfile index 9eee7c4b..c0c506ed 100644 --- a/5.3/Dockerfile +++ b/5.3/Dockerfile @@ -30,6 +30,7 @@ RUN set -x \ --with-mysql \ --with-mysqli \ --with-pdo-mysql \ + --with-openssl \ && make -j"$(nproc)" \ && make install \ && dpkg -r bison libbison-dev \ From 1317deb6f7ca226250e2e4d75e41e3603136e574 Mon Sep 17 00:00:00 2001 From: Cuenot Damien Date: Fri, 10 Oct 2014 22:53:40 +0200 Subject: [PATCH 4/8] add openSSL --- 5.3/apache/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/5.3/apache/Dockerfile b/5.3/apache/Dockerfile index 902f2690..e8d075e0 100644 --- a/5.3/apache/Dockerfile +++ b/5.3/apache/Dockerfile @@ -39,6 +39,7 @@ RUN set -x \ --with-mysql \ --with-mysqli \ --with-pdo-mysql \ + --with-openssl \ && make -j"$(nproc)" \ && make install \ && dpkg -r bison libbison-dev \ From 7daab7cc1ef111675c1ffb1339dcf72302a62fde Mon Sep 17 00:00:00 2001 From: Cuenot Damien Date: Fri, 10 Oct 2014 22:53:58 +0200 Subject: [PATCH 5/8] add openSSL --- 5.4/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/5.4/Dockerfile b/5.4/Dockerfile index 832a559b..053b192d 100644 --- a/5.4/Dockerfile +++ b/5.4/Dockerfile @@ -28,6 +28,7 @@ RUN set -x \ --with-mysql \ --with-mysqli \ --with-pdo-mysql \ + --with-openssl \ && make -j"$(nproc)" \ && make install \ && dpkg -r bison libbison-dev \ From 9fc452451b227d1d20b77183cacc26906c9f669d Mon Sep 17 00:00:00 2001 From: Cuenot Damien Date: Fri, 10 Oct 2014 22:54:15 +0200 Subject: [PATCH 6/8] add openSSL --- 5.4/apache/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/5.4/apache/Dockerfile b/5.4/apache/Dockerfile index 35d72fc4..1e6336e7 100644 --- a/5.4/apache/Dockerfile +++ b/5.4/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 \ From ccf611429545d87a37deaa5b0cb18075a9ebcec5 Mon Sep 17 00:00:00 2001 From: Cuenot Damien Date: Fri, 10 Oct 2014 22:54:35 +0200 Subject: [PATCH 7/8] add openSSL --- 5.6/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/5.6/Dockerfile b/5.6/Dockerfile index 80f6977a..c615bd70 100644 --- a/5.6/Dockerfile +++ b/5.6/Dockerfile @@ -28,6 +28,7 @@ RUN set -x \ --with-mysql \ --with-mysqli \ --with-pdo-mysql \ + --with-openssl \ && make -j"$(nproc)" \ && make install \ && dpkg -r bison libbison-dev \ From 524908779e1de87ab8fbd50f544c798782d8fc06 Mon Sep 17 00:00:00 2001 From: Cuenot Damien Date: Fri, 10 Oct 2014 22:54:54 +0200 Subject: [PATCH 8/8] 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 \