builds godot
dont test godot
bendn 2022-12-03
parent b599225 · commit 3899b13
-rw-r--r--Dockerfile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Dockerfile b/Dockerfile
index 06a7362..8a34779 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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