diff options
| author | 2025-06-16 16:54:22 +0200 | |
|---|---|---|
| committer | 2025-06-16 20:48:11 +0200 | |
| commit | 8300bcdaa10dea50eb4df50f4fe7931a69370580 (patch) | |
| tree | 0a85bbcfed866d4906495209d5b38db35a3dded3 /teams/cloud | |
| parent | 76aff528ff38db4802bd5dacbe8860b375ce4c61 (diff) | |
| download | kiwi-descriptions-8300bcdaa10dea50eb4df50f4fe7931a69370580.tar.gz kiwi-descriptions-8300bcdaa10dea50eb4df50f4fe7931a69370580.zip | |
Add gawk to the containers base
Fixes https://github.com/fedora-cloud/docker-brew-fedora/issues/119
Signed-off-by: Clement Verna <cverna@tutatnota.com>
Diffstat (limited to 'teams/cloud')
| -rw-r--r-- | teams/cloud/container.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/teams/cloud/container.xml b/teams/cloud/container.xml index 812a559..fbd14ca 100644 --- a/teams/cloud/container.xml +++ b/teams/cloud/container.xml @@ -160,6 +160,7 @@ <package name="rpm"/> <package name="shadow-utils"/> <package name="util-linux-core"/> + <package name="gawk"/> </packages> <packages type="bootstrap" profiles="Container-Base-Generic-Minimal"> <ignore name="glibc-langpack-en"/> |