Add dependency for dbi.mysql

main
Astra 2023-04-25 15:58:02 +00:00
parent bcdfd8055a
commit d26a990350
1 changed files with 1 additions and 1 deletions

View File

@ -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 \