File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,15 @@ RUN sudo gem install \
26
26
RUN sudo wget -q https://getcomposer.org/download/${COMPOSER}/composer.phar && \
27
27
sudo chmod +x composer.phar && \
28
28
sudo mv composer.phar /usr/bin/composer && \
29
- echo "export PATH=\"\$ HOME/.composer/vendor/bin:\$ PATH\" " >> ~/.bashrc && \
30
- echo "export PATH=\"\$ HOME/.composer/vendor/bin:\$ PATH\" " >> ~/.zshrc
29
+ echo "export PATH=\"\$ HOME/.config/ composer/vendor/bin:\$ PATH\" " >> ~/.bashrc && \
30
+ echo "export PATH=\"\$ HOME/.config/ composer/vendor/bin:\$ PATH\" " >> ~/.zshrc
31
31
32
32
# Install global composer packages
33
33
RUN composer global require \
34
34
szeidler/composer-patches-cli \
35
35
tightenco/takeout \
36
- andres-montanez/magallanes
36
+ andres-montanez/magallanes \
37
+ consolidation/cgr
37
38
38
39
# Install robo
39
40
RUN sudo wget https://github.com/consolidation/Robo/releases/download/${ROBO}/robo.phar && \
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ Docker environments:
24
24
25
25
- [ ddev] ( https://ddev.readthedocs.io/en )
26
26
- [ lando] ( https://docs.lando.dev )
27
- - [ tightenco/takeout] ( https://github.com/tighten/takeout )
28
27
29
28
PHP tools:
30
29
@@ -49,6 +48,8 @@ Composer packages:
49
48
- [ composer 2.x] ( https://getcomposer.org )
50
49
- [ ergebnis/composer-normalize] ( https://github.com/ergebnis/composer-normalize )
51
50
- [ szeidler/composer-patches-cli] ( https://github.com/szeidler/composer-patches-cli )
51
+ - [ consolidation/cgr] ( https://github.com/consolidation/cgr )
52
+ - [ tightenco/takeout (docker scaffolding)] ( https://github.com/tighten/takeout )
52
53
53
54
Nodejs packages:
54
55
@@ -76,6 +77,7 @@ Other tools:
76
77
- [ tmux/tmux] ( https://github.com/tmux/tmux )
77
78
78
79
## ToDo
80
+
79
81
- Print software versions (including software from "gitpod/workspace-full")
80
82
81
83
## Licence
You can’t perform that action at this time.
0 commit comments