From e84c0210215d34a65ac3f9cb161fd7852e85675e Mon Sep 17 00:00:00 2001 From: John Edwards Date: Fri, 9 Feb 2024 10:59:51 +0000 Subject: [PATCH] Add unip package to support CounterStrikeSharp --- bullseye/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/bullseye/Dockerfile b/bullseye/Dockerfile index 22efd4e..e0e3e81 100644 --- a/bullseye/Dockerfile +++ b/bullseye/Dockerfile @@ -26,6 +26,7 @@ RUN set -x \ lib32z1 \ simpleproxy \ libicu-dev \ + unzip \ && mkdir -p "${STEAMAPPDIR}" \ # Add entry script && chmod +x "${HOMEDIR}/entry.sh" \