Use steamcmd's docker image to get all necessary runtime deps

This commit is contained in:
zontreck 2024-05-25 06:16:55 -07:00
parent b8ca241ab5
commit 2ea938a11d

View file

@ -7,7 +7,7 @@ WORKDIR /app
RUN rm RELEASE
RUN PATH=$PATH:/flutter/bin /bin/bash /app/compile.sh
FROM debian:latest
FROM steamcmd/steamcmd:latest
WORKDIR /app
RUN apt-get update
RUN apt-get upgrade -y