Skip to content

Commit

Permalink
ZSH bug fixed from Alpine distribs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ph3nol committed Jul 18, 2018
1 parent 82458a4 commit 8b1ff55
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Domain/DockerContainer/Model/DockerContainer.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ private function init(): void
->addCommand('update-ca-certificates');
}

if (true === $this->isPackageManager(self::PACKAGE_MANAGER_TYPE_APK) &&
true === $this->getService()->getOptions()['zsh']) {
$this
->addPackage('zsh-vcs');
}

$this->initLocale();
}

Expand Down

0 comments on commit 8b1ff55

Please sign in to comment.