From 6fc0a42702b1dc26e0fa236e7ef0268f36cfda73 Mon Sep 17 00:00:00 2001 From: Justin Hammond Date: Sun, 28 Jul 2024 15:38:53 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d090d4c..2af2da3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM riscv64/ubuntu:24.10 RUN apt update && \ apt upgrade -y && \ - apt install -y build-essential cargo golang cmake meson git curl wget joe mc bc kmod cpio flex libncurses5-dev libelf-dev libssl-dev dwarves bison debhelper rsync && \ + apt install -y build-essential cargo golang cmake meson git curl wget joe mc bc kmod cpio flex libncurses5-dev libelf-dev libssl-dev dwarves bison debhelper rsync zstd && \ sed -i -e 's/ports.ubuntu.com/mirror.sg.gs/g' /etc/apt/sources.list.d/ubuntu.sources && \ rm -rf /var/cache/apt/archives /var/lib/apt/lists/* RUN echo 'root:riscv' | chpasswd