File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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
139140COPY --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
143147ENV RISCV=${TOOLS}/riscv-gnu-toolchain
You can’t perform that action at this time.
0 commit comments