Skip to content
Snippets Groups Projects
Verified Commit 3fbdf092 authored by Louis's avatar Louis :fire:
Browse files

Set the workdir after user switching

parent 3a188453
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ ARG GODOT_VERSION="4.3-stable" ...@@ -5,6 +5,7 @@ ARG GODOT_VERSION="4.3-stable"
ARG BUTLER_VERSION="15.12.0" ARG BUTLER_VERSION="15.12.0"
USER root USER root
WORKDIR /root
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y git libfontconfig1 \ && apt-get install -y git libfontconfig1 \
...@@ -24,6 +25,8 @@ RUN chmod +x /usr/bin/godot_* /usr/bin/butler_* ...@@ -24,6 +25,8 @@ RUN chmod +x /usr/bin/godot_* /usr/bin/butler_*
RUN emsdk_install /usr/bin RUN emsdk_install /usr/bin
USER rustbuilder USER rustbuilder
WORKDIR /home/rustbuilder
RUN godot_install $GODOT_VERSION $PLATFORM RUN godot_install $GODOT_VERSION $PLATFORM
RUN butler_install $BUTLER_VERSION RUN butler_install $BUTLER_VERSION
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment