Skip to content

Commit 591aa19

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
7373
TOOLS=/foss/tools \
7474
PDK_ROOT=/foss/pdks \
7575
DESIGNS=/foss/designs \
76+
STARTUPDIR=/dockerstartup \
7677
# Disable the PEP 668 "externally managed environment" restriction.
7778
# In a container this guard is pointless.
7879
PIP_BREAK_SYSTEM_PACKAGES=1
@@ -138,6 +139,9 @@ COPY --from=source ${HOME}/.bashrc ${HOME}/.bashrc
138139
# tool version manifest
139140
COPY --from=source /tool_metadata.yml /tool_metadata.yml
140141

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

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

0 commit comments

Comments
 (0)