[CI] Try to make composer run
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Cornet 2023-07-03 11:31:00 +02:00
parent cbd04c428a
commit ff9a1cea8c

View File

@ -6,19 +6,20 @@ 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 \
--working-dir=/usr/src/roundcubemail/ \ && /usr/bin/composer \
--prefer-dist \ --working-dir=/usr/src/roundcubemail/ \
--prefer-stable \ --prefer-dist \
--update-no-dev \ --prefer-stable \
--no-interaction \ --update-no-dev \
--optimize-autoloader \ --no-interaction \
--quiet \ --optimize-autoloader \
require \ --quiet \
johndoh/contextmenu require \
johndoh/contextmenu