Commit Graph
19 Commits
Author SHA1 Message Date
zhushaolongandGitHub 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
Amor 7298c60d0f change workspace dockerfile mirror link 2021-08-30 18:29:47 +08:00
Amor d544a1a63c Remove workspace docker image redundant mirror links & Update php-fpm docker image link to Tsinghua University 2021-08-30 13:54:03 +08:00
Amor 53b5166236 reset php-fpm/Dockerfile 2021-08-30 10:55:31 +08:00
Amor fa407d2b2f update .env and README 2021-08-27 17:32:40 +08:00
Amor e11e9053ed update ubuntu source 2021-08-27 17:26:47 +08:00
Amor 4bc5942ad5 update ubuntu source 2021-08-27 17:25:27 +08:00
Amor 044bbc734b remove source.sh & update nvm git address 2021-08-27 17:23:22 +08:00
alone 497878557c Remove the sources.sh Ubuntu_Source parameter 2019-12-01 00:02:59 +08:00
alone fe2631649c add sources.sh for workspace 2019-11-30 09:06:09 +08:00
alone c64be9969f delete php-fpm args UBUNTU_SOURCE 2019-11-30 08:54:29 +08:00
alone 24361ca818 add ubuntu sources.list 2019-11-30 08:51:23 +08:00
alone b5314e5769 Merge remote-tracking branch 'upstream/master' 2019-11-29 02:20:02 +08:00
alone 461e05d677 change workspace ubuntu sources.list file 2019-11-18 03:24:27 +08:00
alone aff7d9d615 add nvm NVM_NODEJS_ORG_MIRROR 2019-11-18 03:05:13 +08:00
Alone 41438e9c31 add install supervisor document 2019-10-28 17:55:36 +08:00
Alone 8b2bcc6d15 add config file for supervisord 2019-10-28 17:33:13 +08:00
Alone 75acb9f8a5 Merge remote-tracking branch 'upstream/master' 2019-10-28 16:19:03 +08:00
Alone 6764a88fe6 Install supervistor in the workspace 2019-10-16 18:18:03 +08:00