From a173230f89e99b641818d0be3a551d96cc9663d4 Mon Sep 17 00:00:00 2001 From: seahi Date: Wed, 16 Apr 2025 09:20:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E7=A1=80=E9=95=9C=E5=83=8F=E6=94=B9?= =?UTF-8?q?=E4=B8=BAalpine?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3969e32..9391f4a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM ubuntu +FROM alpine -RUN apt update -y && apt install -y supervisor +RUN apk add --no-cache supervisor bash COPY supervisor /etc/supervisor COPY scripts /scripts