add openSSL

This commit is contained in:
Cuenot Damien 2014-10-10 22:53:10 +02:00
parent 6527e41240
commit 646ff23371

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 \