mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-20 19:48:11 +01:00
Update Dockerfile
This commit is contained in:
@@ -33,9 +33,8 @@ RUN \
|
||||
#################
|
||||
# Fix for 5.7.5 #
|
||||
#################
|
||||
PATH="/var/www/html/app/Helpers/Collector/GroupCollector.php" \
|
||||
&& sed -i "s#\'amount\'], \$transaction #\'amount\'], (string)(\$transaction#g" "$PATH" \
|
||||
&& sed -i "s#\'0\');#\'0\'));#g" "$PATH"
|
||||
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
|
||||
|
||||
##################
|
||||
# 3 Install apps #
|
||||
|
||||
Reference in New Issue
Block a user