Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Commit

Permalink
Merge pull request #509 from albertomurillo/albertom/docker
Browse files Browse the repository at this point in the history
ciao-launcher: Fix docker dependency in ubuntu
  • Loading branch information
markdryan authored Sep 9, 2016
2 parents 4e2cb0c + 2bfc5be commit f09a065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ciao-launcher/deps.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ var launcherComputeNodeDeps = map[string][]osprepare.PackageRequirement{
"fedora": append(launcherFedoraCommonDeps,
osprepare.PackageRequirement{BinaryName: "/usr/bin/docker", PackageName: "docker-engine"}),
"ubuntu": append(launcherUbuntuCommonDeps,
osprepare.PackageRequirement{BinaryName: "/usr/bin/docker", PackageName: "docker"}),
osprepare.PackageRequirement{BinaryName: "/usr/bin/docker", PackageName: "docker-engine"}),
}

0 comments on commit f09a065

Please sign in to comment.