Adjust entrypoints and add steam sniper

This commit is contained in:
zontreck 2024-09-04 19:30:13 -07:00
parent 1cf361059c
commit e8dec3f984
25 changed files with 157 additions and 40 deletions

View file

@ -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