Fix syntax error in docker install exec
This commit is contained in:
@@ -8,7 +8,7 @@ class Mrsk::Cli::Server < Mrsk::Cli::Base
|
|||||||
end
|
end
|
||||||
|
|
||||||
if dependencies_to_install.any?
|
if dependencies_to_install.any?
|
||||||
execute "apt-get update -y && apt-get install #{dependencies_to_install.join(" ")} -y)"
|
execute "apt-get update -y && apt-get install #{dependencies_to_install.join(" ")} -y"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user