Conditionally source zephyr-env.sh in .bashrc

This commit is contained in:
Idan Gazit 2020-10-09 17:49:42 -07:00
parent 63931a7068
commit db40fbad59
No known key found for this signature in database
GPG key ID: FA1E9B15C71BD7FC
2 changed files with 9 additions and 0 deletions

View file

@ -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