Browse Source

refactor: install more tool

lujw2 5 months ago
parent
commit
039b427a2b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      ros2-galactic.Dockerfile

+ 2 - 2
ros2-galactic.Dockerfile

@@ -13,8 +13,8 @@ RUN echo "${user}:888888" | chpasswd
     # [Optional] Add sudo support. Omit if you don't need to install software after connecting.
 RUN sed -i 's/http:\/\/archive.ubuntu.com\//http:\/\/mirrors.aliyun.com\//g' /etc/apt/sources.list \
     && apt-get update && apt-get install -y --no-install-recommends sudo \
-    libc-bin \
-    binutils
+    libc-bin binutils \
+    tmux ripgrep fd-find
 
 # ********************************************************
 # * Anything else you want to do like clean up goes here *