mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +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
Notes:
sideshowbarker
2024-07-18 19:03:06 +09:00
Author: https://github.com/gmta Commit: https://github.com/SerenityOS/serenity/commit/03569f9686d Pull-request: https://github.com/SerenityOS/serenity/pull/6681
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…
Reference in a new issue