-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(wolfi): Build DX toolbox variant from wolfi-base with SDK tooling
As the Wolfi SDK is built as an appliance, it's missing a few core packages available in wolfi-base that provide a better development experience Additionally, an issue was ran into when building from the SDK image where it will attempt to add a local packages repository that gets hardcoded to `/github/workspace/packages` preventing clean upgrades Instead of building from the SDK, build from wolfi-base and install packages used in the Wolfi SDK image Signed-off-by: RJ Trujillo <eyecantcu@pm.me>
- Loading branch information
Showing
3 changed files
with
48 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
alpine-keys | ||
apk-tools | ||
binutils | ||
binutils-gold | ||
bubblewrap | ||
build-base | ||
busybox | ||
ca-certificates-bundle | ||
expat | ||
gcc | ||
glibc | ||
glibc-dev | ||
glibc-locale-posix | ||
gmp | ||
go | ||
isl | ||
libbrotlicommon1 | ||
libbrotlidec1 | ||
libcrypto3 | ||
libcurl4 | ||
libgcc | ||
libnghttp2-14 | ||
libpcre2-32-0 | ||
libssl3 | ||
libstdc++ | ||
libstdc++-dev | ||
linux-headers | ||
make | ||
mpc | ||
mpfr | ||
ncurses-terminfo-base | ||
pkgconf | ||
wolfi-baselayout | ||
zlib |