Skip to content

Commit

Permalink
Updating Al1 recipe to install docker storage lib (aws#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
mssrivas authored Oct 27, 2021
1 parent 7babc6c commit 17cab40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion al1.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ build {
provisioner "shell" {
inline_shebang = "/bin/sh -ex"
inline = [
"sudo yum install -y docker-${var.docker_version} ${local.packages}"
"sudo yum install -y docker-${var.docker_version} ${local.packages} docker-storage-setup"
]
}

Expand Down

0 comments on commit 17cab40

Please sign in to comment.