mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 00:14:41 +01:00
rever: Install bash-completion in docker
This commit is contained in:
parent
6e6b76e118
commit
a435ae2ae6
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue