From 376c6454235dcab9eb4bfac010aa015bc5d12327 Mon Sep 17 00:00:00 2001 From: astra Date: Wed, 27 Dec 2023 21:05:20 +0000 Subject: [PATCH] Add unzip for plugins --- bullseye/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/bullseye/Dockerfile b/bullseye/Dockerfile index 3c011be..1ff715d 100644 --- a/bullseye/Dockerfile +++ b/bullseye/Dockerfile @@ -28,6 +28,7 @@ RUN set -x \ lib32z1 \ simpleproxy \ libicu-dev \ + unzip \ && mkdir -p "${STEAMAPPDIR}" \ # Add entry script && chmod +x "${HOMEDIR}/entry.sh" \