add less to default binaries
This commit is contained in:
parent
5ba110b126
commit
5cc2b90c99
2
main.tf
2
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",
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue