Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrieber authored Apr 21, 2024
1 parent 90a21aa commit 7070b6d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ RUN apt update && apt install -y wine unzip wget
RUN mkdir -p /godot/releases && mkdir -p /godot/templates
WORKDIR /godot

RUN wget --no-check-certificate -q https://github.com/godotengine/godot/releases/download/4.2.1-stable/Godot_v4.2.1-stable_linux.x86_64.zip
RUN wget --no-check-certificate -q https://github.com/godotengine/godot/releases/download/4.2.1-stable/Godot_v4.2.1-stable_export_templates.tpz
RUN wget --no-check-certificate -q https://github.com/godotengine/godot/releases/download/4.2.1-stable/Godot_v4.2.2-stable_linux.x86_64.zip
RUN wget --no-check-certificate -q https://github.com/godotengine/godot/releases/download/4.2.1-stable/Godot_v4.2.2-stable_export_templates.tpz

RUN unzip Godot_v4.2.1-stable_linux.x86_64.zip
RUN unzip Godot_v4.2.1-stable_export_templates.tpz -d /godot
RUN unzip Godot_v4.2.2-stable_linux.x86_64.zip
RUN unzip Godot_v4.2.2-stable_export_templates.tpz -d /godot

RUN mkdir -p /root/.local/share/godot/export_templates/

Expand Down

0 comments on commit 7070b6d

Please sign in to comment.