From 5cc2b90c99a2b449ef1bb41ce495d7ef663948ad Mon Sep 17 00:00:00 2001 From: Patrick Cao Huu Thien Date: Mon, 23 Jan 2023 15:53:16 +0100 Subject: [PATCH] add less to default binaries --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index defe679..3c307cd 100644 --- a/main.tf +++ b/main.tf @@ -20,7 +20,7 @@ resource "null_resource" "alpine_postinstall" { "echo '#--------------------------'", "echo '# module alpine_postinstall'", "echo '#--------------------------'", - "apk add file man-pages tzdata bash htop vim", + "apk add file man-pages tzdata bash htop vim less", "echo '# install service openssh-server'", "apk add openssh-server", #