From d2b335280f478f05fe7a30517f7514880f4753ac Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Sun, 2 Jan 2022 10:53:13 -0500 Subject: [PATCH] Add python3 to build container --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index a471dab..1967b61 100644 --- a/Containerfile +++ b/Containerfile @@ -6,7 +6,7 @@ RUN apt-get update RUN apt-get install -y apt-transport-https RUN apt-get install -y --allow-unauthenticated --no-install-recommends \ ca-certificates zip file mono-devel libfreetype6 libopenal1 liblua5.1-0 libsdl2-2.0-0 \ - xdg-utils zenity wget make unzip python nsis imagemagick + xdg-utils zenity wget make unzip python nsis imagemagick python3 RUN mkdir /dotnet WORKDIR /dotnet