add less to default binaries

This commit is contained in:
Patrick CAO HUU THIEN 2023-01-23 15:53:16 +01:00
parent 5ba110b126
commit 5cc2b90c99
1 changed files with 1 additions and 1 deletions

View File

@ -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",
#