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 \
ninja-build \
qemu-utils \
rsync \
sudo \
tzdata \
unzip \
wget
WORKDIR /serenity