From 59046a7d3c5957a8b41b365eefb44bdc8f4e0582 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Thu, 9 May 2024 23:24:30 +0000 Subject: [PATCH] images/actions/godot/Dockerfile aktualisiert --- images/actions/godot/Dockerfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/images/actions/godot/Dockerfile b/images/actions/godot/Dockerfile index a30846b..b848dcf 100644 --- a/images/actions/godot/Dockerfile +++ b/images/actions/godot/Dockerfile @@ -18,7 +18,5 @@ RUN if [[ "$PACKAGE_VERSION" != "latest" ]] ; then \ fi \ && 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/godot \ - && rm Godot.zip - -#RUN sudo apk add --no-cache "something$PACKAGE_VERSION" \ No newline at end of file + && sudo mv ./Godot_v*-stable_mono_linux_x86_64/GodotSharp /usr/local/bin/GodotSharp \ + && rm Godot.zip \ No newline at end of file