fix(lfs): add lfs to mono

This commit is contained in:
Lucas K Allmon
2020-11-05 10:13:02 -08:00
committed by BARICHELLO
parent e7c86530f6
commit f7535c9ae6

View File

@@ -7,6 +7,7 @@ USER root
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \ ca-certificates \
git \ git \
git-lfs \
python \ python \
python-openssl \ python-openssl \
unzip \ unzip \
@@ -25,7 +26,7 @@ ENV RELEASE_NAME "stable"
# This is only needed for non-stable builds (alpha, beta, RC) # This is only needed for non-stable builds (alpha, beta, RC)
# e.g. SUBDIR "/beta3" # e.g. SUBDIR "/beta3"
# Use an empty string "" when the RELEASE_NAME is "stable" # Use an empty string "" when the RELEASE_NAME is "stable"
ENV SUBDIR "" ENV SUBDIR ""
RUN wget https://downloads.tuxfamily.org/godotengine/${GODOT_VERSION}${SUBDIR}/mono/Godot_v${GODOT_VERSION}-${RELEASE_NAME}_mono_linux_headless_64.zip \ RUN wget https://downloads.tuxfamily.org/godotengine/${GODOT_VERSION}${SUBDIR}/mono/Godot_v${GODOT_VERSION}-${RELEASE_NAME}_mono_linux_headless_64.zip \
&& wget https://downloads.tuxfamily.org/godotengine/${GODOT_VERSION}${SUBDIR}/mono/Godot_v${GODOT_VERSION}-${RELEASE_NAME}_mono_export_templates.tpz && wget https://downloads.tuxfamily.org/godotengine/${GODOT_VERSION}${SUBDIR}/mono/Godot_v${GODOT_VERSION}-${RELEASE_NAME}_mono_export_templates.tpz