From 501ae4fcf9e39f5ee4aafada35e0c810bd6fc8a8 Mon Sep 17 00:00:00 2001 From: DatTT127 Date: Sun, 19 Jul 2026 13:09:40 +0700 Subject: [PATCH] update the Docker file --- .../CODEBASE/deps/implementation/backend_deploy/Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/workspace/sprint_1_2/CODEBASE/deps/implementation/backend_deploy/Dockerfile b/workspace/sprint_1_2/CODEBASE/deps/implementation/backend_deploy/Dockerfile index 08dcd1c..66f4387 100644 --- a/workspace/sprint_1_2/CODEBASE/deps/implementation/backend_deploy/Dockerfile +++ b/workspace/sprint_1_2/CODEBASE/deps/implementation/backend_deploy/Dockerfile @@ -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