1
Fork 0
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:
Jelle Raaijmakers 2021-04-27 01:49:47 +02:00 committed by Andreas Kling
parent 2e1320f264
commit 03569f9686

View file

@ -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