Merge pull request #40 from Lan2Play/main

add libicu-dev for support of CounterStrikeSharp
This commit is contained in:
John Edwards 2023-11-18 15:02:06 +00:00 committed by GitHub
commit 3692f81e98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,6 +26,7 @@ RUN set -x \
ca-certificates \
lib32z1 \
simpleproxy \
libicu-dev \
&& mkdir -p "${STEAMAPPDIR}" \
# Add entry script
&& chmod +x "${HOMEDIR}/entry.sh" \