Merge pull request #16 from cdams/add-ssl

Add open-ssl option
This commit is contained in:
Tianon Gravi 2014-10-10 15:11:44 -06:00
commit 0985a4d4ba
8 changed files with 8 additions and 0 deletions

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \