File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -285,20 +285,20 @@ RUN set -eux \
285285
286286
287287# -------------------- Installing PHP Extension: ioncube --------------------
288- # RUN set -eux \
289- # # Installation: Generic
290- # # Type: Custom extension
291- # && EXTENSION_DIR="$( php -i | grep ^extension_dir | awk -F '=>' '{print $2}' | xargs )" \
292- # && if [ ! -d "${EXTENSION_DIR}" ]; then mkdir -p "${EXTENSION_DIR}"; fi \
293- # && curl -sS --fail -k https://downloads.ioncube.com/loader_downloads/ioncube_loaders_lin_$(dpkg-architecture --query DEB_HOST_GNU_CPU | sed 's/_/-/g').tar.gz -L -o ioncube.tar.gz \
294- # && tar xvfz ioncube.tar.gz \
295- # && cd ioncube \
296- # && cp "ioncube_loader_lin_8.5.so" "${EXTENSION_DIR}/ioncube.so" \
297- # && cd ../ \
298- # && rm -rf ioncube \
299- # && rm -rf ioncube.tar.gz \
300- # \
301- # && true
288+ RUN set -eux \
289+ # Installation: Generic
290+ # Type: Custom extension
291+ && EXTENSION_DIR="$( php -i | grep ^extension_dir | awk -F '=>' '{print $2}' | xargs )" \
292+ && if [ ! -d "${EXTENSION_DIR}" ]; then mkdir -p "${EXTENSION_DIR}" ; fi \
293+ && curl -sS --fail -k https://downloads.ioncube.com/loader_downloads/ioncube_loaders_lin_$(dpkg-architecture --query DEB_HOST_GNU_CPU | sed 's/_/-/g' )_beta .tar.gz -L -o ioncube.tar.gz \
294+ && tar xvfz ioncube.tar.gz \
295+ && cd ioncube \
296+ && cp "ioncube_loader_lin_8.5.so" "${EXTENSION_DIR}/ioncube.so" \
297+ && cd ../ \
298+ && rm -rf ioncube \
299+ && rm -rf ioncube.tar.gz \
300+ \
301+ && true
302302
303303
304304# -------------------- Installing PHP Extension: ldap --------------------
You can’t perform that action at this time.
0 commit comments