Call check-platform-reqs when building the Docker image
This way we can catch dependency issues earlier
This commit is contained in:
parent
7d565bfa89
commit
9f6b2d41a9
1 changed files with 1 additions and 0 deletions
|
@ -8,5 +8,6 @@ RUN a2enmod rewrite
|
|||
RUN curl -sS https://getcomposer.org/installer | php -- --quiet
|
||||
COPY resources/php.ini /usr/local/etc/php/
|
||||
COPY . /var/www/html/
|
||||
RUN php composer.phar check-platform-reqs --no-dev
|
||||
RUN php composer.phar install --prefer-dist --no-progress --no-dev --optimize-autoloader
|
||||
ENV CONVERT=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue