From 453e1d16f5fd9628187ca6209e910934f232e707 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=B4=BA?= Date: Thu, 20 Aug 2026 14:00:39 +0800 Subject: [PATCH] Update Dockerfile to install additional packages --- comfyui/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/comfyui/Dockerfile b/comfyui/Dockerfile index a51c0c7..e507613 100644 --- a/comfyui/Dockerfile +++ b/comfyui/Dockerfile @@ -32,6 +32,7 @@ RUN case "${TARGETARCH}" in \ RUN apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ + build-essential \ ca-certificates \ curl \ ffmpeg \