From d26a9903508b6d9b5c5753de28d97a6b0d4019f0 Mon Sep 17 00:00:00 2001 From: astra Date: Tue, 25 Apr 2023 15:58:02 +0000 Subject: [PATCH] Add dependency for dbi.mysql --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 79bca7e..67827fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ENV CSGOSERVER $HOME/csgo ENV STARTARGS "+game_type 0 +game_mode 1" ENV TICKRATE 102.4 -RUN install_packages lib32stdc++6 lib32gcc-s1 wget gzip curl ca-certificates nano locales net-tools \ +RUN install_packages lib32stdc++6 lib32z1 lib32gcc-s1 wget gzip curl ca-certificates nano locales net-tools \ && echo "en_US.UTF-8 UTF-8" > /etc/locale.gen \ && locale-gen en_US.UTF-8 \ && update-locale LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 LC_ALL=en_US.UTF-8 \