Browse Source

[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.
Ivan Gabaldon 2 days ago
parent
commit
a195f52412
1 changed files with 1 additions and 3 deletions
  1. 1 3
      container/base-builder.yml

+ 1 - 3
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