diff --git a/Dockerfile.steamcmd b/Dockerfile.steamcmd index e0971bc..04a52e2 100644 --- a/Dockerfile.steamcmd +++ b/Dockerfile.steamcmd @@ -9,8 +9,10 @@ COPY --from=base /entrypoint.sh /entrypoint.sh RUN apt-get update && apt-get install -y \ ca-certificates \ + curl \ jq \ moreutils \ + unzip \ wget \ && rm -rf /var/lib/apt/lists/*