diff --git a/templates/docker/nvidia.dockerfile b/templates/docker/nvidia.dockerfile index 2ad08232..43d5d1a7 100644 --- a/templates/docker/nvidia.dockerfile +++ b/templates/docker/nvidia.dockerfile @@ -34,7 +34,7 @@ ENV NVIDIA_DRIVER_CAPABILITIES ${NVIDIA_DRIVER_CAPABILITIES:+$NVIDIA_DRIVER_CAPA RUN locale # Install basic utilities -RUN nala update && nala install -y git nano sudo tmux tree vim iputils-ping wget bash-completion pre-commit +RUN nala update && nala install -y git nano sudo tmux tree vim iputils-ping wget bash-completion pre-commit trash-cli gh # install ROS2:ROS_DUMMY_VERSION dependencies RUN nala install -y curl gnupg gnupg2 lsb-release software-properties-common && apt-add-repository universe diff --git a/templates/docker/standard.dockerfile b/templates/docker/standard.dockerfile index 11ff4af4..adb19523 100644 --- a/templates/docker/standard.dockerfile +++ b/templates/docker/standard.dockerfile @@ -31,7 +31,7 @@ ENV LC_ALL en_US.UTF-8 RUN locale # Install basic utilities -RUN nala update && nala install -y git nano sudo tmux tree vim iputils-ping wget bash-completion pre-commit +RUN nala update && nala install -y git nano sudo tmux tree vim iputils-ping wget bash-completion pre-commit trash-cli gh # install ROS2:ROS_DUMMY_VERSION dependencies RUN nala install -y curl gnupg gnupg2 lsb-release software-properties-common && apt-add-repository universe