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 b33803f commit 01a123d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ 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.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 wget --no-check-certificate -q https://github.com/godotengine/godot/releases/download/4.2.2-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.2-stable/Godot_v4.2.2-stable_export_templates.tpz

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

0 comments on commit 01a123d

Please sign in to comment.