diff options
| author | Ivan Gabaldon <igabaldon@inetol.net> | 2025-05-20 11:24:52 +0200 |
|---|---|---|
| committer | Ivan Gabaldon <igabaldon@inetol.net> | 2025-05-20 11:31:45 +0200 |
| commit | a195f5241262c71637d29d6fe5d18792eabe5a4d (patch) | |
| tree | 6e6f28e0bd21016c0c9e3ee8792d643626e07860 /container | |
| parent | 5dff826937367d4fac04329d730d9952307f4327 (diff) | |
[fix] container: base-builder should have essentials
The wolfi-base metapackage includes busybox, ca-certificates-bundle and the package manager. The change is to make the use of base-builder image more flexible.
Diffstat (limited to 'container')
| -rw-r--r-- | container/base-builder.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/container/base-builder.yml b/container/base-builder.yml index ad8dd1355..db84ae2f5 100644 --- a/container/base-builder.yml +++ b/container/base-builder.yml @@ -4,9 +4,7 @@ contents: repositories: - https://packages.wolfi.dev/os packages: - - wolfi-baselayout - - ca-certificates-bundle - - busybox + - wolfi-base - build-base - python-3.13-dev - py3-pip |