Parcourir la source

update: operator

Ronnel R. Martinez il y a 1 an
Parent
commit
c460509832
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      php-fpm/Dockerfile
  2. 1 1
      workspace/Dockerfile

+ 1 - 1
php-fpm/Dockerfile

@@ -655,7 +655,7 @@ RUN if [ ${INSTALL_OCI8} = true ]; then \
 ARG INSTALL_IONCUBE=false
 
 RUN if [ ${INSTALL_IONCUBE} = true ]; then \
-    if [ ${LARADOCK_PHP_VERSION} >= "8.2" ]; then \
+    if [ ${LARADOCK_PHP_VERSION} < "8.2" ]; then \
       # Install the php ioncube loader
       curl -L -o /tmp/ioncube_loaders_lin_x86-64.tar.gz https://downloads.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz \
       && tar zxpf /tmp/ioncube_loaders_lin_x86-64.tar.gz -C /tmp \

+ 1 - 1
workspace/Dockerfile

@@ -691,7 +691,7 @@ RUN if [ ${INSTALL_GRAPHVIZ} = true ]; then \
 ARG INSTALL_IONCUBE=false
 
 RUN if [ ${INSTALL_IONCUBE} = true ]; then \
-    if [ ${LARADOCK_PHP_VERSION} >= "8.2" ]; then \
+    if [ ${LARADOCK_PHP_VERSION} < "8.2" ]; then \
       # Install the php ioncube loader
       curl -L -o /tmp/ioncube_loaders_lin_x86-64.tar.gz https://downloads.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz \
       && tar zxpf /tmp/ioncube_loaders_lin_x86-64.tar.gz -C /tmp \