Require special modules
This commit is contained in:
parent
4ef1864ecd
commit
c9062d0b3a
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ WORKDIR /var/www/html
|
||||||
COPY composer.json ./
|
COPY composer.json ./
|
||||||
|
|
||||||
RUN composer config repositories.drupal composer https://packages.drupal.org/8
|
RUN composer config repositories.drupal composer https://packages.drupal.org/8
|
||||||
|
RUN composer require drupal/webform drupal/symfony_mailer --no-update
|
||||||
RUN composer install --no-dev --optimize-autoloader --no-interaction
|
RUN composer install --no-dev --optimize-autoloader --no-interaction
|
||||||
|
|
||||||
# Overlay our site-specific files on top of the scaffolded web/
|
# Overlay our site-specific files on top of the scaffolded web/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue