change a docstring
All checks were successful
Docker Build / Build and Push Images (push) Successful in 23s
All checks were successful
Docker Build / Build and Push Images (push) Successful in 23s
This commit is contained in:
parent
091825d0c2
commit
9084a2289f
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ RUN tar -xvf CheckUser.tar.gz \
|
||||||
&& mv CheckUser /var/www/html/extensions/CheckUser \
|
&& mv CheckUser /var/www/html/extensions/CheckUser \
|
||||||
&& rm CheckUser.tar.gz
|
&& 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 \
|
RUN wget https://raw.githubusercontent.com/composer/getcomposer.org/76a7060ccb93902cd7576b67264ad91c8a2700e2/web/installer -O - -q | php -- --quiet \
|
||||||
&& mv composer.phar /usr/local/bin/composer
|
&& mv composer.phar /usr/local/bin/composer
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue