You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
compose up dev fails with ``docker-compose process finished with exit code 17 on win11
to replicate:
clone repo
copy env-dist to .env
change PHP_BASE_IMAGE_VERSION=8.2-apache
to PHP_BASE_IMAGE_VERSION=8.3-apache
run docker-compose up php-dev
console:
=> [php-dev dev 6/7] RUN chmod 755 /usr/local/bin/docker-php-entrypoint /usr/local/bin/composer 0.6s
=> ERROR [php-dev dev 7/7] RUN curl -sS https://getcomposer.org/installer | php -- --filename=composer.phar --install-dir=/usr/local/bi 2.1s
------
> [php-dev dev 7/7] RUN curl -sS https://getcomposer.org/installer | php -- --filename=composer.phar --install-dir=/usr/local/bin && composer clear-cache:
0.904 All settings correct for using Composer
0.905 Downloading...
2.076
2.076 Composer (version 2.8.0) successfully installed to: /usr/local/bin/composer.phar
2.076 Use it: php /usr/local/bin/composer.phar
2.076
2.081 /usr/bin/env: 'bash\r': No such file or directory
2.081 /usr/bin/env: use -[v]S to pass options in shebang lines
------
failed to solve: process "/bin/sh -c curl -sS https://getcomposer.org/installer | php -- --filename=composer.phar --install-dir=/usr/local/bin && composer clear-cache" did not complete successfully: exit code: 127
`docker-compose` process finished with exit code 17
actually had another issue with docker-compose build: \yii2-docker\docker-compose.yml:docker-compose.apache.yml: The system cannot find the file specified.
probably it is windows problem. but still
The text was updated successfully, but these errors were encountered:
compose up dev fails with ``docker-compose
process finished with exit code 17
on win11to replicate:
PHP_BASE_IMAGE_VERSION=8.2-apache
to
PHP_BASE_IMAGE_VERSION=8.3-apache
docker-compose up php-dev
console:
actually had another issue with
docker-compose build
:\yii2-docker\docker-compose.yml:docker-compose.apache.yml: The system cannot find the file specified.
probably it is windows problem. but still
The text was updated successfully, but these errors were encountered: