From a4b99122ebb1fa64e41f76a22bde7aa0fb997d37 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Tue, 2 Jun 2026 20:48:19 +1200 Subject: Add checks to ensure we don't redundantly rebuild, add rootfs targets, add iso/limine targets, and more (aka. i forgot to commit for too long) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 6e03a4b..9ea2b9a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM ubuntu:22.04 -RUN apt-get update && apt-get install -y build-essential gcc make wget libssl-dev xorriso git bison flex libelf-dev bc libssl-dev dwarves binutils cpio zstd && apt-get clean +RUN apt-get update && apt-get install -y build-essential gcc make wget libssl-dev xorriso git bison flex libelf-dev bc libssl-dev dwarves binutils cpio zstd squashfs-tools && apt-get clean -- cgit v1.2.3