From e7c86530f6752d64f983a5a28e8628f0f6ae2edc Mon Sep 17 00:00:00 2001 From: Lucas K Allmon Date: Wed, 4 Nov 2020 18:15:19 -0800 Subject: [PATCH] feature(lfs): add dependency to image --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 78461cc..d4f8de9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ USER root RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ git \ + git-lfs \ python \ python-openssl \ unzip \ @@ -45,4 +46,4 @@ RUN echo 'export/android/debug_keystore_user = "androiddebugkey"' >> ~/.config/g RUN echo 'export/android/debug_keystore_pass = "android"' >> ~/.config/godot/editor_settings-3.tres RUN echo 'export/android/force_system_user = false' >> ~/.config/godot/editor_settings-3.tres RUN echo 'export/android/timestamping_authority_url = ""' >> ~/.config/godot/editor_settings-3.tres -RUN echo 'export/android/shutdown_adb_on_exit = true' >> ~/.config/godot/editor_settings-3.tres \ No newline at end of file +RUN echo 'export/android/shutdown_adb_on_exit = true' >> ~/.config/godot/editor_settings-3.tres