[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,13 +6,14 @@ RUN set -e && ln -sf bash /bin/sh
|
|||||||
RUN set -e \
|
RUN set -e \
|
||||||
&& apt -y update \
|
&& apt -y update \
|
||||||
&& apt -y upgrade \
|
&& 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 -y autoremove \
|
||||||
&& apt clean \
|
&& apt clean \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# install plugins using composer
|
# install plugins using composer
|
||||||
RUN set -e && /usr/bin/composer \
|
RUN set -e \
|
||||||
|
&& /usr/bin/composer \
|
||||||
--working-dir=/usr/src/roundcubemail/ \
|
--working-dir=/usr/src/roundcubemail/ \
|
||||||
--prefer-dist \
|
--prefer-dist \
|
||||||
--prefer-stable \
|
--prefer-stable \
|
||||||
|
Reference in New Issue
Block a user