blackbirdchess-docker-dev/workspace
zhushaolong 51ad2e13ca
Update Dockerfile for symphony
The symfony execution file could not be found when building the workspace.
```shell
#0 17.14 Symfony CLI installer
#0 17.14 
#0 17.14 Environment check
#0 17.14   [*] cURL is installed
#0 17.14   [*] Tar is installed
#0 17.14   [*] Git is installed
#0 17.15   [*] Your architecture (amd64) is supported
#0 17.15 
#0 17.15 Download
#0 17.19   Downloading https://github.com/symfony-cli/symfony-cli/releases/latest/download/symfony-cli_linux_amd64.tar.gz..
#0 17.30   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#0 17.30                                  Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
100 5228k  100 5228k    0     0  1598k      0  0:00:03  0:00:03 --:--:-- 2849k
#0 20.59   Uncompress binary...
#0 20.98   Installing the binary into your home directory...
#0 21.01   The binary was saved to: /root/.symfony5/bin/symfony
#0 21.01 
#0 21.01 The Symfony CLI was installed successfully!
#0 21.01 
#0 21.01 Use it as a local file:
#0 21.01   /root/.symfony5/bin/symfony
#0 21.01 
#0 21.01 Or add the following line to your shell configuration file:
#0 21.01   export PATH="$HOME/.symfony5/bin:$PATH"
#0 21.01 
#0 21.01 Or install it globally on your system:
#0 21.01   mv /root/.symfony5/bin/symfony /usr/local/bin/symfony
#0 21.01 
#0 21.01 Then start a new shell and run 'symfony'
#0 21.04 mv: cannot stat '/root/.symfony/bin/symfony': No such file or directory
------
failed to solve: executor failed running [/bin/sh -c if [ ${INSTALL_SYMFONY} = true ]; then   mkdir -p /usr/local/bin   &&  1
```
2022-12-05 01:37:29 +08:00
..
crontab fix crontab 2021-10-12 12:40:28 +02:00
mc Add Minio container 2017-03-05 15:06:22 +01:00
.npmrc feat: Mount .npmrc into workspace home 2020-09-30 12:09:16 +01:00
aerospike.ini Add configuration to install aerospike php extension 2016-08-20 19:05:38 +01:00
aliases.sh Adding artisan & art autocomplete in BASH 2022-10-13 12:46:21 +08:00
auth.json Auth file for magento 2 installation (#2022) 2019-03-01 11:04:03 +08:00
composer.json add composer.json to install global composer dependencies 2016-07-25 07:00:50 +03:00
Dockerfile Update Dockerfile for symphony 2022-12-05 01:37:29 +08:00
git-prompt.sh Add bash-git-prompt in order to have a more descriptive prompt when working with repositories. 2020-01-20 12:24:18 -06:00
insecure_id_rsa ssh keys 2016-08-17 19:24:00 -06:00
insecure_id_rsa.ppk Expose port 22 for workspace ssh. Add private key for PHPStorm Windows users. 2016-08-27 17:00:01 -06:00
insecure_id_rsa.pub ssh keys 2016-08-17 19:24:00 -06:00
xdebug.ini Default to host.docker.internal 2020-02-14 15:15:04 +01:00