From 7c4af5d548a9122fe7ee14315138dd544f9cb470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Sat, 14 Dec 2024 22:12:49 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=9B=B4=E6=96=B0=20runtime=20?= =?UTF-8?q?=E9=95=9C=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile.runtime | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile.runtime b/Dockerfile.runtime index 0a2779f..ac3f610 100644 --- a/Dockerfile.runtime +++ b/Dockerfile.runtime @@ -7,6 +7,7 @@ RUN apt-get update && apt-get install -y \ libtiff6 \ libopenjp2-7 \ libxcb1 \ + supervisor \ && rm -rf /var/lib/apt/lists/* WORKDIR /app