From c5df8f315c6e19759ac5ba3cc724a919734afe29 Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 27 Sep 2023 14:56:04 +0100 Subject: [PATCH] Update Dockerfile --- ACC/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACC/Dockerfile b/ACC/Dockerfile index 48fe546..8df7cd1 100644 --- a/ACC/Dockerfile +++ b/ACC/Dockerfile @@ -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