Skip to content

Commit

Permalink
Merge pull request #137 from gnewson/issue_133
Browse files Browse the repository at this point in the history
fixes #133 builders/Docker run_command should accept a list of strings
  • Loading branch information
mayn authored Oct 13, 2018
2 parents 8c8471c + 0d152eb commit 520dc57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packerlicious/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ class Docker(PackerBuilder):
'message': (str, False),
'privileged': (validator.boolean, False),
'pull': (validator.boolean, False),
'run_command': (str, False),
'run_command': ([str], False),
'volumes': (dict, False),
}

Expand Down

0 comments on commit 520dc57

Please sign in to comment.