From 03569f9686d70293a72db16018c06192d6d252f5 Mon Sep 17 00:00:00 2001 From: Jelle Raaijmakers Date: Tue, 27 Apr 2021 01:49:47 +0200 Subject: [PATCH] Toolchain/Dockerfile: Add rsync and unzip Both utilies are used in the .port_include.sh file. --- Toolchain/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Toolchain/Dockerfile b/Toolchain/Dockerfile index f1a8395be79..bd0185ca6a9 100644 --- a/Toolchain/Dockerfile +++ b/Toolchain/Dockerfile @@ -15,8 +15,10 @@ RUN apt-get update -y \ e2fsprogs \ ninja-build \ qemu-utils \ + rsync \ sudo \ tzdata \ + unzip \ wget WORKDIR /serenity