Adjust entrypoints and add steam sniper
This commit is contained in:
parent
1cf361059c
commit
e8dec3f984
25 changed files with 157 additions and 40 deletions
|
@ -10,7 +10,7 @@ RUN apt-get upgrade -y
|
|||
RUN apt-get install -y ca-certificates curl git unzip zip tar jq wget
|
||||
|
||||
RUN if [ "$(uname -m)" = "x86_64" ]; then \
|
||||
dpkg --add-architecture i386 && \
|
||||
apt-get update \
|
||||
apt-get install -y lib32gcc-s1 libsdl2-2.0-0:i386; \
|
||||
dpkg --add-architecture i386 && \
|
||||
apt-get update \
|
||||
apt-get install -y lib32gcc-s1 libsdl2-2.0-0:i386; \
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue