Skip to content

Commit

Permalink
Fix xerces dependency version.Fix ldap php container package architec…
Browse files Browse the repository at this point in the history
…ture discovery.
  • Loading branch information
Ioannis committed Jun 18, 2024
1 parent d48dd89 commit 1822e06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion comanage-registry-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion comanage-registry-shibboleth-sp-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand Down

0 comments on commit 1822e06

Please sign in to comment.