Conditionally source zephyr-env.sh in .bashrc
This commit is contained in:
parent
63931a7068
commit
db40fbad59
2 changed files with 9 additions and 0 deletions
|
|
@ -6,3 +6,6 @@ RUN apt-get -y update && \
|
|||
ssh \
|
||||
gpg && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY .bashrc tmp
|
||||
RUN mv /tmp/.bashrc ~/.bashrc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue