Automate image release process (#79)

This commit is contained in:
Adriano Orioli
2022-03-31 23:28:02 +02:00
committed by GitHub
parent 685c022b8f
commit 83ead0139f
5 changed files with 149 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
ENV JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64
ENV GODOT_VERSION "3.4.2"
ARG GODOT_VERSION="3.4.2"
RUN wget https://downloads.tuxfamily.org/godotengine/${GODOT_VERSION}/Godot_v${GODOT_VERSION}-stable_linux_headless.64.zip \
&& wget https://downloads.tuxfamily.org/godotengine/${GODOT_VERSION}/Godot_v${GODOT_VERSION}-stable_export_templates.tpz \