お世話になります。
EC-CUBE4.1betaで開発環境の構築を試みているのですが、
docker-compose すると下記のエラーが発生し進みません。
対応方法がお分かりになる方がいらっしゃいましたら、
お手数ですがご教示頂けないでしょうか。
何卒、宜しくお願い申し上げます。
■補足
・phpはphpenvでインストールしております。
・composerのバージョンは2.0.11です。
※記載させて頂いている以外で必要な情報がございましたら、
お手数ですがご連絡頂けましたら幸いです。
///// 以下エラー /////
All settings correct for using Composer
Downloading...
Composer (version 2.0.11) successfully installed to: /var/www/html/composer.phar
Use it: php composer.phar
Changed current directory to /root/.composer
[RuntimeException]
No composer.json present in the current directory (./composer.json), this may be the cause of the following exception.
[InvalidArgumentException]
Could not find package hirak/prestissimo.
Did you mean this?
hirak/prestissimo
require [--dev] [--dry-run] [--prefer-source] [--prefer-dist] [--fixed] [--no-suggest] [--no-progress] [--no-update] [--no-install] [--no-scripts] [--update-no-dev] [-w|--update-with-dependencies] [-W|--update-with-all-dependencies] [--with-dependencies] [--with-all-dependencies] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--] [<packages>]...
ERROR: Service 'ec-cube' failed to build : The command '/bin/sh -c curl -sS https://getcomposer.org/installer | php && mv composer.phar /usr/bin/composer && composer config -g repos.packagist composer https://packagist.jp && composer global require hirak/prestissimo && chown www-data:www-data /var/www && mkdir -p ${APACHE_DOCUMENT_ROOT}/var && chown -R www-data:www-data ${APACHE_DOCUMENT_ROOT} && find ${APACHE_DOCUMENT_ROOT} -type d -print0 | xargs -0 chmod g+s ;' returned a non-zero code: 1
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/03/26 04:11