From d8b6c4e101f65e2a1e84880fb7b81cfdf82ce2d7 Mon Sep 17 00:00:00 2001 From: southseact-3d Date: Tue, 10 Feb 2026 13:56:32 +0000 Subject: [PATCH] Remove unused unzip dependency --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 214244d..2e8a81b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,6 @@ RUN apt-get update \ gzip \ libicu-dev \ libssl-dev \ - unzip \ && rm -rf /var/lib/apt/lists/* RUN curl -fsSL -o /usr/local/bin/bun "https://github.com/oven-sh/bun/releases/download/bun-v${BUN_VERSION}/bun-linux-x64" \