builds godot
dont test godot
| -rw-r--r-- | Dockerfile | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -11,8 +11,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ ENV JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64 -ARG GODOT_VERSION="3.5" -ARG RELEASE_NAME="stable" +ARG GODOT_VERSION +ARG RELEASE_NAME COPY ./templates.tpz /root/templates.tpz COPY ./godot /usr/local/bin/godot @@ -27,6 +27,3 @@ ADD https://raw.githubusercontent.com/bend-n/godot-builds/main/.github/editor-se # Install rcedit ADD https://github.com/electron/rcedit/releases/download/v1.1.1/rcedit-x64.exe /usr/share/rcedit.exe - -# Test if godot is working -RUN godot -e -q |