builds godot
dont unzip templates
bendn 2022-12-04
parent 5c2adda · commit 49413e1
-rw-r--r--Dockerfile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Dockerfile b/Dockerfile
index b7cd329..e8d7d2e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,11 +16,6 @@ ARG RELEASE_NAME
COPY ./templates.tpz /root/templates.tpz
COPY ./godot /usr/local/bin/godot
-RUN mkdir ~/.cache \
- && mkdir -p /root/.config/godot \
- && mkdir -p /root/.local/share/godot/templates/${GODOT_VERSION}.${RELEASE_NAME} \
- && unzip -q /root/templates.tpz -d /root/.local/share/godot/templates/${GODOT_VERSION}.${RELEASE_NAME} \
- && rm /root/templates.tpz
# Install editor-settings.tres
ADD https://raw.githubusercontent.com/bend-n/godot-builds/main/.github/editor-settings.tres /root/.config/godot/editor_settings-3.tres