File tree Expand file tree Collapse file tree 2 files changed +6
-16
lines changed Expand file tree Collapse file tree 2 files changed +6
-16
lines changed Original file line number Diff line number Diff line change @@ -73,9 +73,9 @@ RUN npm install -g \
73
73
yo
74
74
75
75
# Install python packages
76
- # RUN sudo ~/.pyenv/shims/python -m pip install \
77
- # ansible \
78
- # bzt
76
+ RUN sudo ~/.pyenv/shims/python -m pip install \
77
+ ansible \
78
+ bzt
79
79
80
80
# Install global composer packages
81
81
RUN composer global require \
@@ -93,11 +93,8 @@ RUN sudo wget https://squizlabs.github.io/PHP_CodeSniffer/phpcbf.phar && \
93
93
sudo chmod +x phpcbf.phar && \
94
94
sudo mv phpcbf.phar /usr/local/bin/phpcbf
95
95
96
- # Install brew packages
96
+ # Install brew packages like ddev
97
97
RUN brew update && brew install \
98
- k6 \
99
- vegeta \
100
- plow \
101
98
drud/ddev/ddev
102
99
103
100
RUN mkcert -install
Original file line number Diff line number Diff line change @@ -44,20 +44,13 @@ Composer packages:
44
44
45
45
Nodejs packages:
46
46
47
- - [ artilleryio/artillery] ( https://github.com/artilleryio/artillery )
48
- - [ flood-io/element (cli )] ( https://github.com/flood-io/element )
47
+ - [ artilleryio/artillery (load testing) ] ( https://github.com/artilleryio/artillery )
48
+ - [ flood-io/element (load testing )] ( https://github.com/flood-io/element )
49
49
- [ grunt-cli] ( https://gruntjs.com )
50
50
- [ gulp-cli] ( https://gulpjs.com )
51
51
- [ typicode/husky] ( https://github.com/typicode/husky )
52
52
- [ yeoman] ( https://yeoman.io )
53
53
54
- Go packages:
55
-
56
- - [ grafana/k6 (load testing)] ( https://github.com/grafana/k6 )
57
- - [ six-ddc/plow (load testing)] ( https://github.com/six-ddc/plow )
58
- - [ Blazemeter/taurus (load testing)] ( https://github.com/Blazemeter/taurus )
59
- - [ tsenart/vegeta (load testing)] ( https://github.com/tsenart/vegeta )
60
-
61
54
Other tools:
62
55
63
56
- [ ansible] ( https://docs.ansible.com )
You can’t perform that action at this time.
0 commit comments