Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Godot Builder
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Weird Boi Games
Godot Builder
Commits
856cadb0
Verified
Commit
856cadb0
authored
4 months ago
by
Louis
Browse files
Options
Downloads
Patches
Plain Diff
Process rust after switching back to rustbuilder user
parent
7d7f101e
No related branches found
Branches containing commit
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+7
-5
7 additions, 5 deletions
Dockerfile
with
7 additions
and
5 deletions
Dockerfile
+
7
−
5
View file @
856cadb0
...
...
@@ -20,10 +20,6 @@ COPY commands/butler_upload.sh /usr/bin/butler_upload
COPY
commands/emsdk_install.sh /usr/bin/emsdk_install
RUN
rustup
install
nightly
&&
\
rustup component add rust-src
--toolchain
nightly
&&
\
rustup target add wasm32-unknown-emscripten
--toolchain
nightly
RUN
chmod
+x /usr/bin/godot_
*
/usr/bin/butler_
*
RUN
godot_install
$GODOT_VERSION
$PLATFORM
RUN
butler_install
$BUTLER_VERSION
...
...
@@ -32,4 +28,10 @@ ENV EMSDK=/usr/bin/emsdk
RUN
emsdk_install
"
${
EMSDK
}
"
ENV
EMSDK_NODE="${EMSDK}/node/20.18.0_64bit/bin/node"
ENV
PATH="${EMSDK}:${EMSDK}/upstream/emscripten:${PATH}"
\ No newline at end of file
ENV
PATH="${EMSDK}:${EMSDK}/upstream/emscripten:${PATH}"
USER
rustbuilder
RUN
rustup
install
nightly
&&
\
rustup component add rust-src
--toolchain
nightly
&&
\
rustup target add wasm32-unknown-emscripten
--toolchain
nightly
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment