Add bsdextrautils and python3-venv to containerfile

This commit is contained in:
Jeremy Soller 2025-04-23 08:42:14 -06:00
parent afef421c04
commit c75116319a
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -16,6 +16,7 @@ RUN useradd --create-home --no-log-init --uid _UID_ poduser \
automake \
autopoint \
bison \
bsdextrautils \
build-essential \
clang \
cmake \
@ -59,6 +60,7 @@ RUN useradd --create-home --no-log-init --uid _UID_ poduser \
protobuf-compiler \
python3 \
python3-mako \
python3-venv \
rsync \
scons \
syslinux-utils \