Skip to content

Commit

Permalink
Making run_command take a list of strings instead of a single string
Browse files Browse the repository at this point in the history
  • Loading branch information
gnewson authored and mayn committed Oct 13, 2018
1 parent 3a077c9 commit 94daa4b
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 @@ -749,7 +749,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 94daa4b

Please sign in to comment.