Skip to content

Commit c036514

Browse files
committed
ci: add ui_startup.tcl to image
1 parent 1d920b8 commit c036514

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@ COPY --from=source ${HOME}/.bashrc ${HOME}/.bashrc
138138
# tool version manifest
139139
COPY --from=source /tool_metadata.yml /tool_metadata.yml
140140

141+
# Entry point script and its dependencies (generate_container_user.sh, set_user_permission.sh)
142+
COPY --from=source /dockerstartup /dockerstartup/
143+
141144
# Default environment setup
142145

143146
ENV RISCV=${TOOLS}/riscv-gnu-toolchain

0 commit comments

Comments
 (0)