Skip to content

Commit

Permalink
add trash-cli gh to docker (StoglRobotics#78)
Browse files Browse the repository at this point in the history
* add trash-cli gh to docker

* rerun pre-commit
  • Loading branch information
mamueluth authored Oct 12, 2022
1 parent 5642291 commit a03acce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/docker/nvidia.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion templates/docker/standard.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a03acce

Please sign in to comment.