mirror of
https://gitlab.com/alemaire/buildx.git
synced 2025-01-11 02:53:30 +00:00
Compare commits
No commits in common. "29fdd75ca12252a3022986a18a8216f5ed7d5995" and "0c90e9718565dcb9cb9d8f9c1935381c3b55ded4" have entirely different histories.
29fdd75ca1
...
0c90e97185
@ -115,19 +115,3 @@ RUN set -ex; \
|
|||||||
rm -r "$GNUPGHOME" roundcubemail.tar.gz.asc roundcubemail.tar.gz; \
|
rm -r "$GNUPGHOME" roundcubemail.tar.gz.asc roundcubemail.tar.gz; \
|
||||||
rm -rf /usr/src/roundcubemail/installer; \
|
rm -rf /usr/src/roundcubemail/installer; \
|
||||||
chown -R www-data:www-data /usr/src/roundcubemail/logs
|
chown -R www-data:www-data /usr/src/roundcubemail/logs
|
||||||
|
|
||||||
RUN set -ex; \
|
|
||||||
/usr/local/bin/composer \
|
|
||||||
--working-dir=/usr/src/roundcubemail/ \
|
|
||||||
--prefer-dist --prefer-stable \
|
|
||||||
--no-update --no-interaction \
|
|
||||||
--optimize-autoloader --apcu-autoloader \
|
|
||||||
require \
|
|
||||||
roundcube/carddav \
|
|
||||||
; \
|
|
||||||
/usr/local/bin/composer \
|
|
||||||
--working-dir=/usr/src/roundcubemail/ \
|
|
||||||
--prefer-dist --no-dev \
|
|
||||||
--no-interaction \
|
|
||||||
--optimize-autoloader --apcu-autoloader \
|
|
||||||
update;
|
|
||||||
|
Loading…
Reference in New Issue
Block a user