File tree Expand file tree Collapse file tree 5 files changed +10
-0
lines changed Expand file tree Collapse file tree 5 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ RUN { \
33
33
34
34
# install wp-cli dependencies
35
35
RUN apk add --no-cache \
36
+ # bash is needed for 'wp shell': https://github.com/wp-cli/shell-command/blob/b8dafcc2a2eba5732fdee70be077675a302848e9/src/WP_CLI/REPL.php#L104
37
+ bash \
36
38
less \
37
39
mysql-client
38
40
Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ RUN { \
33
33
34
34
# install wp-cli dependencies
35
35
RUN apk add --no-cache \
36
+ # bash is needed for 'wp shell': https://github.com/wp-cli/shell-command/blob/b8dafcc2a2eba5732fdee70be077675a302848e9/src/WP_CLI/REPL.php#L104
37
+ bash \
36
38
less \
37
39
mysql-client
38
40
Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ RUN { \
33
33
34
34
# install wp-cli dependencies
35
35
RUN apk add --no-cache \
36
+ # bash is needed for 'wp shell': https://github.com/wp-cli/shell-command/blob/b8dafcc2a2eba5732fdee70be077675a302848e9/src/WP_CLI/REPL.php#L104
37
+ bash \
36
38
less \
37
39
mysql-client
38
40
Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ RUN { \
33
33
34
34
# install wp-cli dependencies
35
35
RUN apk add --no-cache \
36
+ # bash is needed for 'wp shell': https://github.com/wp-cli/shell-command/blob/b8dafcc2a2eba5732fdee70be077675a302848e9/src/WP_CLI/REPL.php#L104
37
+ bash \
36
38
less \
37
39
mysql-client
38
40
Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ RUN { \
33
33
34
34
# install wp-cli dependencies
35
35
RUN apk add --no-cache \
36
+ # bash is needed for 'wp shell': https://github.com/wp-cli/shell-command/blob/b8dafcc2a2eba5732fdee70be077675a302848e9/src/WP_CLI/REPL.php#L104
37
+ bash \
36
38
less \
37
39
mysql-client
38
40
You can’t perform that action at this time.
0 commit comments