From 7f417699418056d38034e622c58855a551314dce Mon Sep 17 00:00:00 2001 From: "Jens A. Koch" Date: Mon, 16 Dec 2024 00:26:52 +0100 Subject: [PATCH] dont speculate on sizes, we have badges now --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3197a78..2d1b27c 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ A Docker-based development container for C/C++ development. This repository maintains Dockerfiles for generating two container images based on two Debian Linux versions. -One image includes GCC and LLVM (container size: ~4GB). +One image includes GCC and LLVM. -The other image includes GCC, LLVM, and Vulkan SDK with Mesa (container size: ~6GB). +The other image includes GCC, LLVM, and Vulkan SDK with Mesa. Both images are build using Debian 12 Bookworm and Debian 13 Trixie.