File tree 3 files changed +3
-0
lines changed
3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ RUN chsh -s "/bin/bash" \
50
50
; cat "/opt/devbox/etc/.bashrc" >>"/root/.bashrc" \
51
51
; cat "/opt/devbox/etc/.bash_aliases" >>"/root/.bash_aliases" \
52
52
; /opt/devbox/user_config \
53
+ --uid "6969" \
53
54
; /opt/devbox/user_config \
54
55
--uid "${USER_ID}" \
55
56
--user "${USER_NAME}" \
Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ RUN chsh -s "/bin/bash" \
88
88
; cat "/opt/devbox/etc/.bashrc" >>"/root/.bashrc" \
89
89
; cat "/opt/devbox/etc/.bash_aliases" >>"/root/.bash_aliases" \
90
90
; /opt/devbox/user_config \
91
+ --uid "6969" \
91
92
; /opt/devbox/user_config \
92
93
--uid "${USER_ID}" \
93
94
--user "${USER_NAME}" \
Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ RUN chsh -s "/bin/bash" \
88
88
; cat "/opt/devbox/etc/.bashrc" >>"/root/.bashrc" \
89
89
; cat "/opt/devbox/etc/.bash_aliases" >>"/root/.bash_aliases" \
90
90
; /opt/devbox/user_config \
91
+ --uid "6969" \
91
92
; /opt/devbox/user_config \
92
93
--uid "${USER_ID}" \
93
94
--user "${USER_NAME}" \
You can’t perform that action at this time.
0 commit comments