summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--frontend/packer_template.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/packer_template.json b/frontend/packer_template.json
index 84941915..79e398a2 100644
--- a/frontend/packer_template.json
+++ b/frontend/packer_template.json
@@ -28,7 +28,7 @@
{
"type": "shell",
"inline": [
- "sudo yum install -y haproxy",
+ "sudo yum install -y haproxy nc",
"sudo mv /var/tmp/haproxy.cfg /etc/haproxy/haproxy.cfg",
"sudo mkdir /var/log/journal"
]