Add python3 to build container

This commit is contained in:
Kienan Stewart 2022-01-02 10:53:13 -05:00
parent a8dbc4db6f
commit d2b335280f
1 changed files with 1 additions and 1 deletions

View File

@ -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