From cb363c8adf3e2e67846cf8fdc4f24a584896bfaa Mon Sep 17 00:00:00 2001 From: Meadowsys Date: Fri, 17 Nov 2023 18:22:25 -0800 Subject: [PATCH] unzip --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index 88845a2..6297b4c 100644 --- a/Containerfile +++ b/Containerfile @@ -3,6 +3,7 @@ FROM debian:bullseye-slim RUN apt-get update && apt-get install -y --no-install-recommends \ curl \ software-properties-common \ + unzip \ && rm -rf /var/lib/apt/lists/* ENV BUN_INSTALL /root/.bun