Update Dockerfile

This commit is contained in:
2025-02-07 18:13:46 +01:00
committed by GitHub
parent ae2271111a
commit 7e74610701

View File

@ -11,7 +11,7 @@ RUN apt-get update && \
locales \ locales \
unzip unzip
RUN localedef -c -i en_US -f UTF8 en_US.UTF8 RUN localedef -c -i en_US -f UTF-8 en_US.UTF-8
WORKDIR /steamcmd WORKDIR /steamcmd