Skip to content

Commit

Permalink
Fix to dockeroo:docker.gentoo_diskimage:install().
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomocariello committed Aug 15, 2016
1 parent 1a07a4e commit af96278
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dockeroo/docker/gentoo_diskimage.py
Expand Up @@ -56,8 +56,6 @@ def initialize(self):
self.tty = string_as_bool(self.options.get('tty', False))

def install(self):
self.location = self.options.get("location", os.path.join(
self.buildout["buildout"]["parts-directory"], self.name))
self.engine.remove_container(self.build_container)
self.engine.create_container(self.build_container, self.build_image,
command=self.build_command,
Expand Down

0 comments on commit af96278

Please sign in to comment.