59721d3c74
We expect LC_ALL for non-C locales to be working inside images, so always install glibc-locale for openSUSE. Change-Id: I8fe92773e377539070d9d9fe2960a6202bb80a18
14 lines
251 B
YAML
14 lines
251 B
YAML
# kernel
|
|
kernel-default:
|
|
# locale support (we need LC_ALL=en_US.utf8)
|
|
glibc-locale:
|
|
# And a few useful tools. Some are pulled
|
|
# as dependencies but that may change so lets
|
|
# be explicit.
|
|
bash:
|
|
ca-certificates-mozilla:
|
|
lsb-release:
|
|
openssl:
|
|
sed:
|
|
sudo:
|