Fix bad command

This commit is contained in:
zontreck 2024-09-05 21:57:50 -07:00
parent 2d7655ea6e
commit 92c0894441

View file

@ -9,8 +9,6 @@ RUN apt-get update
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; \
fi
RUN dpkg --add-architecture i386 && \
apt-get update && \
apt-get install -y lib32gcc-s1 libsdl2-2.0-0:i386