Use steamcmd's docker image to get all necessary runtime deps
This commit is contained in:
parent
b8ca241ab5
commit
2ea938a11d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue