We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fe96ca commit c58a1b1Copy full SHA for c58a1b1
deployments/cloud-images.json
@@ -31,6 +31,8 @@
31
"apt-get install -y --no-install-recommends docker-ce docker-ce-cli containerd.io",
32
"docker pull node:10-alpine",
33
34
+ "if [ \"${PACKER_BUILDER_TYPE}\" = 'digitalocean' ]; then (curl -sSL https://repos.insights.digitalocean.com/install.sh | bash); fi",
35
+
36
"apt-get install -y --no-install-recommends nginx",
37
"systemctl disable nginx"
38
]
0 commit comments