From cb5fe57b2b30cf2b095d959efb191512fe8c6329 Mon Sep 17 00:00:00 2001 From: Andreas Dueren Date: Mon, 16 Jun 2025 11:28:57 -0600 Subject: [PATCH] Add libolm-dev and build dependencies --- Dockerfile.cloudron | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile.cloudron b/Dockerfile.cloudron index 77eb048..5f1cf2a 100644 --- a/Dockerfile.cloudron +++ b/Dockerfile.cloudron @@ -8,6 +8,9 @@ RUN apt-get update && apt-get install -y \ bash \ jq \ yq \ + git \ + build-essential \ + libolm-dev \ && apt-get clean \ && rm -rf /var/lib/apt/lists/*