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
3fbdf092
Verified
Commit
3fbdf092
authored
7 months ago
by
Louis
Browse files
Options
Downloads
Patches
Plain Diff
Set the workdir after user switching
parent
3a188453
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+3
-0
3 additions, 0 deletions
Dockerfile
with
3 additions
and
0 deletions
Dockerfile
+
3
−
0
View file @
3fbdf092
...
@@ -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
...
...
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