Update Dockerfile error pour l'export
This commit is contained in:
parent
47cb36aaf4
commit
c5d64b5773
1 changed files with 1 additions and 1 deletions
|
@ -38,5 +38,5 @@ RUN wget https://github.com/godotengine/godot-builds/releases/download/${GODOT_V
|
||||||
&& unzip Godot_v${GODOT_VERSION}_linux.x86_64.zip \
|
&& unzip Godot_v${GODOT_VERSION}_linux.x86_64.zip \
|
||||||
&& mv Godot_v${GODOT_VERSION}_linux.x86_64 /usr/local/bin/godot \
|
&& mv Godot_v${GODOT_VERSION}_linux.x86_64 /usr/local/bin/godot \
|
||||||
&& unzip Godot_v${GODOT_VERSION}_export_templates.tpz \
|
&& unzip Godot_v${GODOT_VERSION}_export_templates.tpz \
|
||||||
&& mv templates/* ~/.local/share/godot/templates/${GODOT_VERSION} \
|
&& mv templates/* ~/.local/share/godot/templates/4.0.stable \
|
||||||
&& rm -f Godot_v${GODOT_VERSION}_linux.x86_64.zip Godot_v${GODOT_VERSION}_export_templates.tpz
|
&& rm -f Godot_v${GODOT_VERSION}_linux.x86_64.zip Godot_v${GODOT_VERSION}_export_templates.tpz
|
||||||
|
|
Loading…
Reference in a new issue