mirror of
https://code.tvl.fyi/depot.git:/tools/nixery.git
synced 2025-03-15 14:11:51 +00:00
feat(server): add iana-etc and cacert to the shell convenience package
These probably should be part of every container image by default, but adding it to the "shell" convenience name probably is our best bet for now.
This commit is contained in:
parent
e7250d30e5
commit
432963e1d6
|
@ -88,7 +88,7 @@ type BuildResult struct {
|
||||||
//
|
//
|
||||||
// * `shell`: Includes bash, coreutils and other common command-line tools
|
// * `shell`: Includes bash, coreutils and other common command-line tools
|
||||||
func convenienceNames(packages []string) []string {
|
func convenienceNames(packages []string) []string {
|
||||||
shellPackages := []string{"bashInteractive", "coreutils", "moreutils", "nano"}
|
shellPackages := []string{"bashInteractive", "cacert", "coreutils", "iana-etc", "moreutils", "nano"}
|
||||||
|
|
||||||
if packages[0] == "shell" {
|
if packages[0] == "shell" {
|
||||||
return append(packages[1:], shellPackages...)
|
return append(packages[1:], shellPackages...)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user