Update Dockerfile

This commit is contained in:
Alexandre
2022-05-17 18:12:15 +02:00
committed by GitHub
parent fb92ed25cb
commit 95ae2a9034

View File

@@ -34,7 +34,7 @@ RUN \
# Fix for 5.7.5 #
#################
if [ "$BUILD_UPSTREAM" == "5.7.5" ] ; then \
sed -i "s|, \$transaction\[\x27amount\x27\] ?? \x270\x27);|, (string)(\$transaction\[\x27amount\x27\] ?? \x270\x27));|g" /var/www/html/app/Helpers/Collector/GroupCollector.php; fi
sed -i "s|, \$transaction\[\x27amount\x27\] ?? \x270\x27);|, (string)(\$transaction\[\x27amount\x27\] ?? \x270\x27));|g" /var/www/html/app/Helpers/Collector/GroupCollector.php; else echo "not 5.7.5"; fi
##################
# 3 Install apps #