Resolve "Créer une image Docker pour le client Godot" #5
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
gcc-10 \
|
gcc-10 \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ENV GODOT_VERSION "4.0-alfa5"
|
ENV GODOT_VERSION "4.0.alpha5"
|
||||||
|
|
||||||
RUN wget https://downloads.tuxfamily.org/godotengine/4.0/alpha5/Godot_v4.0-alpha5_linux.64.zip \
|
RUN wget https://downloads.tuxfamily.org/godotengine/4.0/alpha5/Godot_v4.0-alpha5_linux.64.zip \
|
||||||
&& wget https://downloads.tuxfamily.org/godotengine/4.0/alpha5/Godot_v4.0-alpha5_export_templates.tpz \
|
&& wget https://downloads.tuxfamily.org/godotengine/4.0/alpha5/Godot_v4.0-alpha5_export_templates.tpz \
|
||||||
|
|
Loading…
Reference in a new issue