Fix broken builds

This commit is contained in:
cytopia
2021-05-16 13:03:39 +02:00
parent 89d71a694b
commit d903951329
27 changed files with 128 additions and 64 deletions

View File

@@ -506,6 +506,8 @@ RUN set -eux \
&& pecl install psr \
# Enabling
&& docker-php-ext-enable psr \
# Generic post-command
&& echo 'true' \
&& true
@@ -521,6 +523,8 @@ RUN set -eux \
&& cd build && ./install \
# Enabling
&& docker-php-ext-enable phalcon \
# Generic post-command
&& echo 'true' \
&& true
@@ -911,6 +915,10 @@ RUN set -eux \
&& ORACLE_VERSION_FULL="$( echo "${ORACLE_HREF}" | grep -Eo 'basiclite-[-.0-9]+' | sed -e 's/basiclite-//g' -e 's/\.$//g' )" \
&& (ln -sf /usr/lib/oracle/${ORACLE_VERSION_MAJOR}/client64/lib/*.so* /usr/lib/ || true) \
\
# ---------- psr ----------
&& echo 'true' \
# ---------- phalcon ----------
&& echo 'true' \
&& true