[CI] Try to make composer run
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
cbd04c428a
commit
ff9a1cea8c
@ -6,19 +6,20 @@ RUN set -e && ln -sf bash /bin/sh
|
||||
RUN set -e \
|
||||
&& apt -y update \
|
||||
&& apt -y upgrade \
|
||||
&& apt -y install --no-install-recommends --no-install-suggests ca-certificates composer git \
|
||||
&& apt -y install --no-install-recommends --no-install-suggests ca-certificates git \
|
||||
&& apt -y autoremove \
|
||||
&& apt clean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# install plugins using composer
|
||||
RUN set -e && /usr/bin/composer \
|
||||
--working-dir=/usr/src/roundcubemail/ \
|
||||
--prefer-dist \
|
||||
--prefer-stable \
|
||||
--update-no-dev \
|
||||
--no-interaction \
|
||||
--optimize-autoloader \
|
||||
--quiet \
|
||||
require \
|
||||
johndoh/contextmenu
|
||||
RUN set -e \
|
||||
&& /usr/bin/composer \
|
||||
--working-dir=/usr/src/roundcubemail/ \
|
||||
--prefer-dist \
|
||||
--prefer-stable \
|
||||
--update-no-dev \
|
||||
--no-interaction \
|
||||
--optimize-autoloader \
|
||||
--quiet \
|
||||
require \
|
||||
johndoh/contextmenu
|
||||
|
Reference in New Issue
Block a user