2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-06-19 17:32:05 +03:00

Merge branch 'develop'

This commit is contained in:
STAM 2021-01-28 02:11:47 +03:00
commit ec7554b4f9
5 changed files with 20 additions and 5 deletions
epicmorg/prod/main
websites

@ -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_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
##################################################################

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

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

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

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