change a docstring
All checks were successful
Docker Build / Build and Push Images (push) Successful in 23s

This commit is contained in:
Seaswimmer 2024-08-06 01:46:38 -04:00
parent 091825d0c2
commit 9084a2289f
Signed by: cswimr
GPG key ID: 3813315477F26F82

View file

@ -73,7 +73,7 @@ RUN tar -xvf CheckUser.tar.gz \
&& mv CheckUser /var/www/html/extensions/CheckUser \
&& rm CheckUser.tar.gz
# Install composer (AWS S3 extension)
# Install composer (AWS S3 & CheckUser extensions)
RUN wget https://raw.githubusercontent.com/composer/getcomposer.org/76a7060ccb93902cd7576b67264ad91c8a2700e2/web/installer -O - -q | php -- --quiet \
&& mv composer.phar /usr/local/bin/composer