ソースを参照

Revert "feat: add term color setting to dockerfile"

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

This reverts commit 920b2ced7c5515a415b0c88885e66ad93a3febfb.
lujw2 5 ヶ月 前
コミット
c04c8c1b77
1 ファイル変更1 行追加2 行削除
  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