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 rm RELEASE
|
||||||
RUN PATH=$PATH:/flutter/bin /bin/bash /app/compile.sh
|
RUN PATH=$PATH:/flutter/bin /bin/bash /app/compile.sh
|
||||||
|
|
||||||
FROM debian:latest
|
FROM steamcmd/steamcmd:latest
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get upgrade -y
|
RUN apt-get upgrade -y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue