|
@@ -19,8 +19,7 @@ RUN sed -i 's/http:\/\/archive.ubuntu.com\//http:\/\/mirrors.aliyun.com\//g' /et
|
|
|
# ********************************************************
|
|
|
# * Anything else you want to do like clean up goes here *
|
|
|
# ********************************************************
|
|
|
-RUN echo "source /opt/ros/${ROS_DISTRO}/setup.bash" >> /home/jasper/.bashrc \
|
|
|
- && echo "export TERM=xterm-256color" >> /home/jasper/.bashrc
|
|
|
+RUN echo "source /opt/ros/${ROS_DISTRO}/setup.bash" >> /home/jasper/.bashrc
|
|
|
|
|
|
# [Optional] Set the default user. Omit if you want to keep the default as root.
|
|
|
USER $user
|