19 lines
259 B
Text
19 lines
259 B
Text
{{/* bison required for ASDF PHP installation */}}
|
|
{{- $packages := list
|
|
"bash"
|
|
"bison"
|
|
"coreutils"
|
|
"cryptsetup"
|
|
"curl"
|
|
"expect"
|
|
"git"
|
|
"grep"
|
|
"gnupg2"
|
|
"jq"
|
|
"make"
|
|
"re2c"
|
|
"util-linux"
|
|
"wget"
|
|
"zip"
|
|
-}}
|
|
{{- $packages | join " " -}}
|