mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Add bsdextrautils and python3-venv to containerfile
This commit is contained in:
parent
afef421c04
commit
c75116319a
@ -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 \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user