diff --git a/bullseye/Dockerfile b/bullseye/Dockerfile index d712b8f..95cefa6 100644 --- a/bullseye/Dockerfile +++ b/bullseye/Dockerfile @@ -28,6 +28,7 @@ RUN set -x \ simpleproxy \ libicu-dev \ unzip \ + jq \ && mkdir -p "${STEAMAPPDIR}" \ # Add entry script && chmod +x "${HOMEDIR}/entry.sh" \