Skip to content

Commit

Permalink
Add fix_upload_owner to Docker props per #68
Browse files Browse the repository at this point in the history
Signed-off-by: Valkum <rudi.floren@googlemail.com>
  • Loading branch information
valkum committed Oct 16, 2017
1 parent 47e5fcf commit a8b0b84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/packerlicious/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,7 @@ class Docker(PackerBuilder):
'pull': (validator.boolean, False),
'run_command': (str, False),
'volumes': (dict, False),
'fix_upload_owner': (validator.boolean, False),
}

def validate(self):
Expand Down

0 comments on commit a8b0b84

Please sign in to comment.