Add open-ssl option

This commit is contained in:
Cuenot Damien 2014-10-09 22:11:01 +02:00
parent 37b9ec8bc7
commit babf546912

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 \