diff --git a/images/actions/godot/Dockerfile b/images/actions/godot/Dockerfile index fe73ffe..fcbc343 100644 --- a/images/actions/godot/Dockerfile +++ b/images/actions/godot/Dockerfile @@ -2,7 +2,7 @@ FROM git.euph.dev/actions/runner-csharp-7:latest ARG PACKAGE_VERSION -RUN wget --quite https://downloads.tuxfamily.org/godotengine/$PACKAGE_VERSION/mono/Godot_v$PACKAGE_VERSION-stable_linux.x86_64.zip -O Godot.zip \ +RUN wget https://downloads.tuxfamily.org/godotengine/$PACKAGE_VERSION/mono/Godot_v$PACKAGE_VERSION-stable_linux.x86_64.zip -O Godot.zip \ && sudo unzip Godot.zip \ && sudo mv ./Godot_v*-stable_mono_linux_x86_64/Godot_v*-stable_mono_linux.x86_64 /usr/local/bin/godot \ && sudo mv ./Godot_v*-stable_mono_linux_x86_64/GodotSharp /usr/local/bin/GodotSharp \