Fix add-on build / install (#1010)

This commit is contained in:
Pascal Vizeli 2019-04-07 13:44:17 +02:00 committed by GitHub
parent c0462b28cd
commit 812c46d82b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -355,8 +355,8 @@ class DockerAddon(DockerInterface):
"""
if self.addon.need_build:
self._build(tag)
super()._install(tag, image)
else:
super()._install(tag, image)
def _build(self, tag: str) -> None:
"""Build a Docker container.