mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:17:35 +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 \
|
e2fsprogs \
|
||||||
ninja-build \
|
ninja-build \
|
||||||
qemu-utils \
|
qemu-utils \
|
||||||
|
rsync \
|
||||||
sudo \
|
sudo \
|
||||||
tzdata \
|
tzdata \
|
||||||
|
unzip \
|
||||||
wget
|
wget
|
||||||
|
|
||||||
WORKDIR /serenity
|
WORKDIR /serenity
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue