Update Dockerfile

This commit is contained in:
Alexandre
2022-05-17 14:40:42 +02:00
committed by GitHub
parent 9612850d80
commit eda436ec93

View File

@@ -34,8 +34,8 @@ RUN \
# Fix for 5.7.5 # # Fix for 5.7.5 #
################# #################
if [ "$BUILD_UPSTREAM" = "5.7.5" ] ; then \ if [ "$BUILD_UPSTREAM" = "5.7.5" ] ; then \
sed -i "s#'amount'], \$transaction #'amount'], (string)(\$transaction#g" /var/www/html/app/Helpers/Collector/GroupCollector.php \ sed -i "s#\'amount\'], \$transaction #\'amount\'], (string)(\$transaction#g" /var/www/html/app/Helpers/Collector/GroupCollector.php \
&& sed -i "s#'0');#'0'));#g" /var/www/html/app/Helpers/Collector/GroupCollector.php; fi && sed -i "s#\'0\');#\'0\'));#g" /var/www/html/app/Helpers/Collector/GroupCollector.php; fi
################## ##################
# 3 Install apps # # 3 Install apps #