Add python3 to build container
This commit is contained in:
parent
a8dbc4db6f
commit
d2b335280f
|
@ -6,7 +6,7 @@ RUN apt-get update
|
||||||
RUN apt-get install -y apt-transport-https
|
RUN apt-get install -y apt-transport-https
|
||||||
RUN apt-get install -y --allow-unauthenticated --no-install-recommends \
|
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 \
|
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
|
RUN mkdir /dotnet
|
||||||
WORKDIR /dotnet
|
WORKDIR /dotnet
|
||||||
|
|
Loading…
Reference in New Issue