Skip to content

Commit

Permalink
fix(composer): install plugins directly with require
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare committed Nov 5, 2020
1 parent 7f3842f commit 40cc949
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ COPY --from=composer:1.10.17 /usr/bin/composer /usr/bin/composer
RUN export COMPOSER_ALLOW_SUPERUSER=1 \
&& cd /usr/src/roundcubemail \
&& cp composer.json-dist composer.json \
&& composer require --no-update 'radiorabe/singleuserautologin:^0 || ^1' \
&& composer require --no-update 'marneu/logout_redirect:dev-master@dev' \
&& composer install --no-dev
&& composer require --update-no-dev \
'radiorabe/singleuserautologin:^0 || ^1' \
'marneu/logout_redirect:dev-master@dev'

COPY rabe-docker-entrypoint.sh /rabe-docker-entrypoint.sh

Expand Down

0 comments on commit 40cc949

Please sign in to comment.