From 4b382b6ca8801d5ef14581b77dea910bcc30fa81 Mon Sep 17 00:00:00 2001 From: Morgan Wattiez Date: Wed, 30 Apr 2025 23:55:30 +0200 Subject: [PATCH] chore: add build-essential for ar --- Dockerfile.cloudron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.cloudron b/Dockerfile.cloudron index 2d8a3c5..daae808 100644 --- a/Dockerfile.cloudron +++ b/Dockerfile.cloudron @@ -21,7 +21,7 @@ FROM debian:bookworm-slim RUN apt-get update && apt-get install -y --no-install-recommends \ tini gosu libstdc++6 \ - wget curl ca-certificates unzip jq rsync \ + build-essential wget curl ca-certificates unzip jq rsync \ && rm -rf /var/lib/apt/lists/* # Minimal filesystem layout