You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN ln -s ./.well-known/security.txt ./security.txt
179
179
180
+
# Fix MWCallbackStream.php return type declaration
181
+
RUN sed -i "s/public function write(\$string) {/public function write(\$string): int {/" /var/www/atlwiki/mediawiki/includes/http/MWCallbackStream.php
182
+
180
183
USER root
181
184
COPY php.ini /usr/local/etc/php/conf.d/custom.ini
182
185
183
-
# Fix MWCallbackStream.php return type declaration
184
-
RUN sed -i "s/public function write(\$string) {/public function write(\$string): int {/" /var/www/atlwiki/mediawiki/includes/http/MWCallbackStream.php \
0 commit comments