rever: Install bash-completion in docker

This commit is contained in:
Daniel Shimon 2021-07-21 00:13:57 +03:00
parent 6e6b76e118
commit a435ae2ae6

View file

@ -28,7 +28,7 @@ $TAG_TARGET = 'master'
$GHPAGES_REPO = 'git@github.com:xonsh/xonsh-docs.git'
$DOCKER_APT_DEPS = ['man']
$DOCKER_APT_DEPS = ['man', 'bash-completion']
def get_requirement_args(requirements_path):