Explorar o código

Revert "feat: add term color setting to dockerfile"

This config will make nvim color inside docker-tmux mess up

This reverts commit 920b2ced7c5515a415b0c88885e66ad93a3febfb.
lujw2 hai 5 meses
pai
achega
c04c8c1b77
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      ros2-galactic.Dockerfile

+ 1 - 2
ros2-galactic.Dockerfile

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