update the Docker file
This commit is contained in:
@@ -106,7 +106,10 @@ RUN groupadd -g 999 appgroup && \
|
||||
# libsm6 \
|
||||
# && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
libglib2.0-0 \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Step 3: Use the exact matching numeric IDs for --chown
|
||||
COPY --from=builder --chown=999:999 /opt/venv /opt/venv
|
||||
ENV PATH=/opt/venv/bin:$PATH
|
||||
|
||||
Reference in New Issue
Block a user