mirror of
https://gitlab.com/alemaire/buildx.git
synced 2025-01-10 18:43:29 +00:00
Update Dockerfile
This commit is contained in:
parent
29fdd75ca1
commit
4c78b7a67f
@ -117,7 +117,7 @@ RUN set -ex; \
|
|||||||
chown -R www-data:www-data /usr/src/roundcubemail/logs
|
chown -R www-data:www-data /usr/src/roundcubemail/logs
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
/usr/local/bin/composer \
|
/usr/local/bin/composer.phar \
|
||||||
--working-dir=/usr/src/roundcubemail/ \
|
--working-dir=/usr/src/roundcubemail/ \
|
||||||
--prefer-dist --prefer-stable \
|
--prefer-dist --prefer-stable \
|
||||||
--no-update --no-interaction \
|
--no-update --no-interaction \
|
||||||
@ -125,7 +125,7 @@ RUN set -ex; \
|
|||||||
require \
|
require \
|
||||||
roundcube/carddav \
|
roundcube/carddav \
|
||||||
; \
|
; \
|
||||||
/usr/local/bin/composer \
|
/usr/local/bin/composer.phar \
|
||||||
--working-dir=/usr/src/roundcubemail/ \
|
--working-dir=/usr/src/roundcubemail/ \
|
||||||
--prefer-dist --no-dev \
|
--prefer-dist --no-dev \
|
||||||
--no-interaction \
|
--no-interaction \
|
||||||
|
Loading…
Reference in New Issue
Block a user