builds godot
dont unzip templates
| -rw-r--r-- | Dockerfile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |