+ artisan bash autocompletion
* turn off mc client from workspace base image
This commit is contained in:
@ -252,6 +252,14 @@ USER root
|
||||
RUN sed -i 's/^mozilla\/DST_Root_CA_X3\.crt/!mozilla\/DST_Root_CA_X3.crt/g' /etc/ca-certificates.conf && update-ca-certificates
|
||||
|
||||
###########################################################################
|
||||
# Artisan bash autocompletion from symphony
|
||||
# @see https://wintercms.com/docs/v1.2/docs/console/introduction#autocompletion--suggested-input-values
|
||||
###########################################################################
|
||||
|
||||
RUN apt install bash-completion
|
||||
COPY /completion.sh /etc/bash_completion.d/artisan
|
||||
|
||||
###########################################################################
|
||||
# Tune opts:
|
||||
###########################################################################
|
||||
|
||||
|
Reference in New Issue
Block a user