build fix

This commit is contained in:
STAM 2021-01-28 02:11:25 +03:00
parent f5202f73fa
commit 5d19074d6a
5 changed files with 20 additions and 5 deletions

View File

@ -18,11 +18,6 @@ RUN for i in $(seq 1 8); do mkdir -p "/usr/share/man/man${i}"; done
ARG P4_VERSION=r20.2 ARG P4_VERSION=r20.2
ARG P4_DOWNLOAD_URL=http://www.perforce.com/downloads/perforce/${P4_VERSION}/bin.linux26x86_64/p4 ARG P4_DOWNLOAD_URL=http://www.perforce.com/downloads/perforce/${P4_VERSION}/bin.linux26x86_64/p4
##################################################################
# LDAP Fix
##################################################################
RUN echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf
################################################################## ##################################################################
# installing utils # installing utils
################################################################## ##################################################################

View File

@ -47,6 +47,11 @@ RUN apt-get update && \
php -m && \ php -m && \
php -v php -v
##################################################################
# LDAP Fix
##################################################################
RUN echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf
################################################################## ##################################################################
# Installing IOnCube addon # Installing IOnCube addon
################################################################## ##################################################################

View File

@ -47,6 +47,11 @@ RUN apt-get update && \
php -m && \ php -m && \
php -v php -v
##################################################################
# LDAP Fix
##################################################################
RUN echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf
################################################################## ##################################################################
# Installing IOnCube addon # Installing IOnCube addon
################################################################## ##################################################################

View File

@ -47,6 +47,11 @@ RUN apt-get update && \
php -m && \ php -m && \
php -v php -v
##################################################################
# LDAP Fix
##################################################################
RUN echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf
################################################################## ##################################################################
# Installing IOnCube addon # Installing IOnCube addon
################################################################## ##################################################################

View File

@ -47,6 +47,11 @@ RUN apt-get update && \
php -m && \ php -m && \
php -v php -v
##################################################################
# LDAP Fix
##################################################################
RUN echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf
################################################################## ##################################################################
# Installing IOnCube addon # Installing IOnCube addon
################################################################## ##################################################################