We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16718dc commit f187812Copy full SHA for f187812
1 file changed
installer/Dockerfile
@@ -8,11 +8,6 @@ RUN cd ui && ls -la && if [ -d "dist" ]; then exit 0; fi && \
8
9
FROM ghcr.io/1panel-dev/maxkb-base:python3.11-pg17.6 AS stage-build
10
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
-
16
COPY --chmod=700 . /opt/maxkb-app
17
18
WORKDIR /opt/maxkb-app
0 commit comments