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
-
183
180
USER root
184
181
COPY php.ini /usr/local/etc/php/conf.d/custom.ini
185
182
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