Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion automation/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ def prune_input(i):
i_run_cmd_arc = copy.deepcopy(inp)
for k in inp:
remove = False
if k in ['action', 'automation', 'cmd', 'out',
if k in ['automation', 'cmd', 'out',
'parsed_automation', 'parsed_artifact', 'self_module']:
remove = True
if not remove:
Expand Down
2 changes: 1 addition & 1 deletion script/build-dockerfile/dockerinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"package-manager-update-cmd": "apt-get update -y",
"package-manager-get-cmd": "apt-get install -y",
"packages": [
"python3", "python3-pip", "git", "sudo", "wget", "python3-venv", "systemctl", "unzip", "ca-certificates"
"python3", "python3-pip", "git", "sudo", "wget", "python3-venv", "systemctl", "unzip", "ca-certificates", "ssl-cert"
],
"versions": {
"18.04": {
Expand Down
Loading