Add python as required package to all of the containers

This commit is contained in:
Fletcher Dunn
2026-04-12 19:21:06 -07:00
parent 14817b5c3b
commit f3ee8d8cbd
5 changed files with 5 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ PACKAGES=(
ccache
cmake
ninja
python3
pkgconf
git
linux-headers
+1
View File
@@ -10,6 +10,7 @@ PACKAGES=(
ccache
clang
cmake
python
git
go
ninja
+1
View File
@@ -13,6 +13,7 @@ PACKAGES=(
clang
cmake
ninja-build
python3
pkgconf-pkg-config
git
make
+1
View File
@@ -11,6 +11,7 @@ PACKAGES=(
clang
cmake
ninja
python3
pkgconf-pkg-config
git
make
+1
View File
@@ -18,6 +18,7 @@ PACKAGES=(
cmake
ninja-build
clang
python3
git
golang
)