compilation 4.2 beta 2
This commit is contained in:
parent
4de5559861
commit
c58cd3be8f
1 changed files with 3 additions and 3 deletions
|
@ -30,15 +30,15 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
libfontconfig1-dev \
|
libfontconfig1-dev \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ENV GODOT_VERSION="4.2-dev5"
|
ENV GODOT_VERSION="4.2-beta2"
|
||||||
|
|
||||||
RUN wget https://github.com/godotengine/godot-builds/releases/download/${GODOT_VERSION}/Godot_v${GODOT_VERSION}_linux.x86_64.zip \
|
RUN wget https://github.com/godotengine/godot-builds/releases/download/${GODOT_VERSION}/Godot_v${GODOT_VERSION}_linux.x86_64.zip \
|
||||||
&& wget https://github.com/godotengine/godot-builds/releases/download/${GODOT_VERSION}/Godot_v${GODOT_VERSION}_export_templates.tpz \
|
&& wget https://github.com/godotengine/godot-builds/releases/download/${GODOT_VERSION}/Godot_v${GODOT_VERSION}_export_templates.tpz \
|
||||||
&& mkdir -p ~/.cache \
|
&& mkdir -p ~/.cache \
|
||||||
&& mkdir -p ~/.config/godot \
|
&& mkdir -p ~/.config/godot \
|
||||||
&& mkdir -p ~/.local/share/godot/export_templates/4.2.dev5 \
|
&& mkdir -p ~/.local/share/godot/export_templates/4.2.beta2 \
|
||||||
&& 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/export_templates/4.2.dev5 \
|
&& mv templates/* ~/.local/share/godot/export_templates/4.2.beta2 \
|
||||||
&& 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