diff --git a/contrib/docker.bash b/contrib/docker.bash index 63df98825c..aa9fb3d7b5 100644 --- a/contrib/docker.bash +++ b/contrib/docker.bash @@ -114,7 +114,7 @@ _docker_build() case "$cur" in -*) - COMPREPLY=( $( compgen -W "-no-cache -t -q" -- "$cur" ) ) + COMPREPLY=( $( compgen -W "-no-cache -t -q -rm" -- "$cur" ) ) ;; *) _filedir