Update XCode version for iOS and MacOS

This commit is contained in:
Hein-Pieter van Braam-Stewart
2019-10-01 22:04:13 +02:00
parent a62e85620a
commit db63b23b59
7 changed files with 23 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
FROM godot-fedora:latest
ENV WINEDEBUG=-all
RUN dnf -y install wine winetricks xorg-x11-server-Xvfb curl p7zip-plugins && dnf clean all && \
RUN dnf -y install wine winetricks xorg-x11-server-Xvfb curl p7zip-plugins findutils && dnf clean all && \
curl -LO https://github.com/GodotBuilder/godot-builds/releases/download/_tools/angle.7z && \
curl -LO https://www.python.org/ftp/python/3.7.2/python-3.7.2-amd64.exe && \
xvfb-run sh -c "winetricks -q vcrun2017; wineserver -w" ;\