Skip to content

Commit f187812

Browse files
build: optimize Dockerfile.
1 parent 16718dc commit f187812

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

installer/Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ RUN cd ui && ls -la && if [ -d "dist" ]; then exit 0; fi && \
88

99
FROM ghcr.io/1panel-dev/maxkb-base:python3.11-pg17.6 AS stage-build
1010

11-
RUN apt-get update && \
12-
apt-get install -y --no-install-recommends python3-pip && \
13-
apt-get clean all && \
14-
rm -rf /var/lib/apt/lists/*
15-
1611
COPY --chmod=700 . /opt/maxkb-app
1712

1813
WORKDIR /opt/maxkb-app

0 commit comments

Comments
 (0)