Merge pull request #84 from joedwards32/unzip-support

Unzip support
This commit is contained in:
John Edwards 2024-02-09 11:30:31 +00:00 committed by GitHub
commit 4911247195
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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