Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix xerces dependency version.Fix ldap php container package architec…
…ture discovery.
Ioannis committed Jun 18, 2024
1 parent d48dd89 commit 1822e06
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion comanage-registry-base/Dockerfile
@@ -38,7 +38,7 @@ RUN apt-get update \
zlib1g \
libpcre3-dev \
&& docker-php-ext-configure pgsql -with-pgsql=/usr/local/pgsql \
&& docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu \
&& docker-php-ext-configure ldap --with-libdir=lib/$(uname -m)-linux-gnu \
&& docker-php-ext-configure mysqli \
&& docker-php-ext-install xsl pdo pdo_mysql pdo_pgsql mysqli pgsql ldap \
&& docker-php-source delete \
2 changes: 1 addition & 1 deletion comanage-registry-shibboleth-sp-base/Dockerfile
@@ -51,7 +51,7 @@ RUN wget -O log4shib.tar.gz "${LOG4SHIB_URL}" \
&& cd .. \
&& rm -r src

ARG XERCESC_URL=https://mirrors.ocf.berkeley.edu/apache/xerces/c/3/sources/xerces-c-3.2.3.tar.gz
ARG XERCESC_URL=https://mirrors.ocf.berkeley.edu/apache/xerces/c/3/sources/xerces-c-3.2.5.tar.gz

ARG XERCESC_DIST_URLS="\
${XERCESC_URL} \

0 comments on commit 1822e06

Please sign in to comment.