[07:15:53] Is there a way for me to disable the Vector 2022 theme displaying links to Talk/Discussion pages altogether? [09:55:04] runxiyu: you should be able to add css to surpress the tabs [19:07:48] Hi, I tried to use composer in the docker image like described in the wiki (e.g. https://www.mediawiki.org/wiki/MediaWiki-Docker/Extension/AbuseFilter#Install_Composer_dependencies ), but can't find composer in the image. Can you tell me if i'm doing something wrong? [19:21:17] ASDFgamer: which image are you using? [19:23:10] The one from hub.docker with the Tag latest and I also tried the Tag 1.42 [19:28:53] ASDFgamer: yeah but what name? [19:29:57] This one: https://hub.docker.com/_/mediawiki/, or am I misunderstanding you? [19:32:32] ASDFgamer: no this was my question .. I think the article in https://www.mediawiki.org/wiki/MediaWiki-Docker references the wmf (development) images 😅 [19:35:50] Oh, yeah it states it in the first line, but I just didn't read it 🙈. Do you know by change how i would install dependencies in a non development image? [19:36:11] *extensions instead of dependencies [20:03:04] ASDFgamer: you can always start out with a "FROM mediawiki:1.42.1" in your own dockerfile [20:06:41] Thanks, im trying that currently and downloading the composer dependencies in a build step, but i'm not very successfull at the moment, so I wanted to know if im doing something wrong. That sounds like i'm on the right track, so i keep trying. Thanks for your help 😄