fix for aarch64

This commit is contained in:
oliver194
2022-09-30 17:29:51 +01:00
committed by GitHub
parent b6a7cd70dc
commit dd3c4cfcb6

View File

@@ -29,7 +29,6 @@ LABEL org.opencontainers.image.licenses=MIT
ENV DEBIAN_FRONTEND=noninteractive
RUN dpkg --add-architecture i386 \
&& apt update \
&& apt upgrade -y \
&& apt -y --no-install-recommends install ca-certificates curl lib32gcc-s1 libsdl2-2.0-0:i386 git unzip zip tar jq
RUN apt update \
&& apt upgrade -y \
&& apt -y --no-install-recommends install ca-certificates curl git unzip zip tar jq