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

Install godot as end user

parent 9dad5e9e
No related branches found
No related tags found
No related merge requests found
...@@ -21,12 +21,11 @@ COPY commands/butler_upload.sh /usr/bin/butler_upload ...@@ -21,12 +21,11 @@ COPY commands/butler_upload.sh /usr/bin/butler_upload
COPY commands/emsdk_install.sh /usr/bin/emsdk_install COPY commands/emsdk_install.sh /usr/bin/emsdk_install
RUN chmod +x /usr/bin/godot_* /usr/bin/butler_* RUN chmod +x /usr/bin/godot_* /usr/bin/butler_*
RUN godot_install $GODOT_VERSION $PLATFORM
RUN butler_install $BUTLER_VERSION
RUN emsdk_install /usr/bin RUN emsdk_install /usr/bin
USER rustbuilder USER rustbuilder
RUN godot_install $GODOT_VERSION $PLATFORM
RUN butler_install $BUTLER_VERSION
ENV EMSDK=/usr/bin/emsdk ENV EMSDK=/usr/bin/emsdk
ENV EMSDK_NODE="${EMSDK}/node/20.18.0_64bit/bin/node" ENV EMSDK_NODE="${EMSDK}/node/20.18.0_64bit/bin/node"
......
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