Update Dockerfile
Some checks failed
Build and push image / Build (push) Failing after 1m0s

This commit is contained in:
Jack 2023-09-27 14:56:04 +01:00
parent 5396fe8fa3
commit c5df8f315c

View File

@ -5,7 +5,7 @@ RUN apt-get update && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
RUN add-apt-repository multiverse
#RUN add-apt-repository multiverse
RUN apt install software-properties-common
RUN dpkg --add-architecture i386
RUN apt update