Skip to content

Instantly share code, notes, and snippets.

@vrubiolo
vrubiolo / Packer template showing the issue
Last active October 24, 2018 22:45
Packer error when Docker builder is used w/ an image not having /bin/bash included
$ cat vincent-dap.json
{
"_comment":"Vincent's Docker test",
"builders": [
{
"type": "docker",
"image": "jetty:9.4.7-jre8-alpine",
"commit": true
}],
"provisioners": [