Compare commits
2 Commits
553d041b91
...
d2b335280f
Author | SHA1 | Date |
---|---|---|
Kienan Stewart | d2b335280f | |
Kienan Stewart | a8dbc4db6f |
|
@ -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