From 0a1971441ee59c8571b4c7e53887e0294d5cce0c Mon Sep 17 00:00:00 2001 From: Jeffery Date: Thu, 26 Mar 2026 09:28:36 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=B0=87=E5=9F=BA=E5=BA=95=E6=98=A0?= =?UTF-8?q?=E8=B1=A1=E6=AA=94=E6=94=B9=E7=82=BA=20ubuntu=20=E8=AE=93?= =?UTF-8?q?=E5=9F=BA=E7=A4=8E=E6=8C=87=E4=BB=A4=E5=8F=AF=E4=BB=A5=E4=BD=BF?= =?UTF-8?q?=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index ccb7156..68cca64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,4 @@ -FROM alpine:latest - -# 安裝必要的工具 -RUN apk add --no-cache --no-check-certificate bash curl coreutils +FROM ubuntu:latest COPY entrypoint.sh /entrypoint.sh