SteamCMD in Docker container, for use in other images as a builder.
Example of how you can use it in your Dockerfile.
FROM mrvercetti/steamcmd as builder
COPY --from=builder /output /app
SteamCMD in Docker container, for use in other images as a builder.
Example of how you can use it in your Dockerfile.
FROM mrvercetti/steamcmd as builder
COPY --from=builder /output /app