diff --git a/Dockerfile b/Dockerfile index 9fb88bb3e38c7ff0b15ff46f131e41cec6af8ca5..eae159dcb889f49abf7bdbb58ab704a2336e239e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,7 @@ ARG GODOT_VERSION="4.3-stable" ARG BUTLER_VERSION="15.12.0" USER root +WORKDIR /root RUN apt-get update \ && apt-get install -y git libfontconfig1 \ @@ -24,6 +25,8 @@ RUN chmod +x /usr/bin/godot_* /usr/bin/butler_* RUN emsdk_install /usr/bin USER rustbuilder +WORKDIR /home/rustbuilder + RUN godot_install $GODOT_VERSION $PLATFORM RUN butler_install $BUTLER_VERSION