Merge pull request #121 from stevefan1999-personal/patch-1

Add jq
This commit is contained in:
John Edwards 2024-06-24 15:36:06 +01:00 committed by GitHub
commit e9afd3f9f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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