Skip to content

Commit 0985a4d

Browse files
committed
Merge pull request #16 from cdams/add-ssl
Add open-ssl option
2 parents 37b9ec8 + 5249087 commit 0985a4d

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed

5.3/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ RUN set -x \
3030
--with-mysql \
3131
--with-mysqli \
3232
--with-pdo-mysql \
33+
--with-openssl \
3334
&& make -j"$(nproc)" \
3435
&& make install \
3536
&& dpkg -r bison libbison-dev \

5.3/apache/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ RUN set -x \
3939
--with-mysql \
4040
--with-mysqli \
4141
--with-pdo-mysql \
42+
--with-openssl \
4243
&& make -j"$(nproc)" \
4344
&& make install \
4445
&& dpkg -r bison libbison-dev \

5.4/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ RUN set -x \
2828
--with-mysql \
2929
--with-mysqli \
3030
--with-pdo-mysql \
31+
--with-openssl \
3132
&& make -j"$(nproc)" \
3233
&& make install \
3334
&& dpkg -r bison libbison-dev \

5.4/apache/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ RUN set -x \
3737
--with-mysql \
3838
--with-mysqli \
3939
--with-pdo-mysql \
40+
--with-openssl \
4041
&& make -j"$(nproc)" \
4142
&& make install \
4243
&& dpkg -r bison libbison-dev \

5.5/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ RUN set -x \
2828
--with-mysql \
2929
--with-mysqli \
3030
--with-pdo-mysql \
31+
--with-openssl \
3132
&& make -j"$(nproc)" \
3233
&& make install \
3334
&& dpkg -r bison libbison-dev \

5.5/apache/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ RUN set -x \
3737
--with-mysql \
3838
--with-mysqli \
3939
--with-pdo-mysql \
40+
--with-openssl \
4041
&& make -j"$(nproc)" \
4142
&& make install \
4243
&& dpkg -r bison libbison-dev \

5.6/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ RUN set -x \
2828
--with-mysql \
2929
--with-mysqli \
3030
--with-pdo-mysql \
31+
--with-openssl \
3132
&& make -j"$(nproc)" \
3233
&& make install \
3334
&& dpkg -r bison libbison-dev \

5.6/apache/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ RUN set -x \
3737
--with-mysql \
3838
--with-mysqli \
3939
--with-pdo-mysql \
40+
--with-openssl \
4041
&& make -j"$(nproc)" \
4142
&& make install \
4243
&& dpkg -r bison libbison-dev \

0 commit comments

Comments
 (0)