From f187812e50aafae5ec92c551766ef52992cf5bb7 Mon Sep 17 00:00:00 2001 From: liqiang-fit2cloud Date: Fri, 22 Aug 2025 10:12:14 +0800 Subject: [PATCH] build: optimize Dockerfile. --- installer/Dockerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/installer/Dockerfile b/installer/Dockerfile index a99f923e7..622831f1c 100644 --- a/installer/Dockerfile +++ b/installer/Dockerfile @@ -8,11 +8,6 @@ RUN cd ui && ls -la && if [ -d "dist" ]; then exit 0; fi && \ FROM ghcr.io/1panel-dev/maxkb-base:python3.11-pg17.6 AS stage-build -RUN apt-get update && \ - apt-get install -y --no-install-recommends python3-pip && \ - apt-get clean all && \ - rm -rf /var/lib/apt/lists/* - COPY --chmod=700 . /opt/maxkb-app WORKDIR /opt/maxkb-app