mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:07:34 +00:00
Toolchain/Dockerfile: Add rsync and unzip
Both utilies are used in the .port_include.sh file.
This commit is contained in:
parent
2e1320f264
commit
03569f9686
1 changed files with 2 additions and 0 deletions
|
@ -15,8 +15,10 @@ RUN apt-get update -y \
|
|||
e2fsprogs \
|
||||
ninja-build \
|
||||
qemu-utils \
|
||||
rsync \
|
||||
sudo \
|
||||
tzdata \
|
||||
unzip \
|
||||
wget
|
||||
|
||||
WORKDIR /serenity
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue