From 9a20c18869a1b0dbecf6607ce71a8cbdf0e789c1 Mon Sep 17 00:00:00 2001 From: Yeuoly Date: Thu, 31 Oct 2024 15:40:29 +0800 Subject: [PATCH] fix: delete temp dependencies --- api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Dockerfile b/api/Dockerfile index 4ec89d5f3c6f01..8055b9e0b61341 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -55,7 +55,7 @@ RUN apt-get update \ && echo "deb http://deb.debian.org/debian testing main" > /etc/apt/sources.list \ && apt-get update \ # For Security - && apt-get install -y --no-install-recommends zlib1g=1:1.3.dfsg+really1.3.1-1 libldap-2.5-0=2.5.18+dfsg-3 perl=5.38.2-5 libsqlite3-0=3.46.1-1 \ + && apt-get install -y --no-install-recommends libsqlite3-0=3.46.1-1 \ && apt-get autoremove -y \ && rm -rf /var/lib/apt/lists/*