Update Dockerfile

This commit is contained in:
Alexandre
2022-05-16 11:52:09 +02:00
committed by GitHub
parent b3ce15b6b3
commit bbb967181d

View File

@@ -33,7 +33,7 @@ RUN \
#################
# 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#'0');#'0'));#g" /var/www/html/app/Helpers/Collector/GroupCollector.php; fi