Fix bad command
This commit is contained in:
parent
2d7655ea6e
commit
92c0894441
1 changed files with 3 additions and 5 deletions
|
@ -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
|
Loading…
Reference in a new issue