Skip to content

Commit

Permalink
Fix/dockerfile (#15)
Browse files Browse the repository at this point in the history
* fix:Dockerfile

* fix:Dockerfile2

* fix: Dockerfile

---------

Co-authored-by: toki-1441 <abc@example.com>
  • Loading branch information
toki-1441 and toki-1441 authored Oct 4, 2024
1 parent 2784b34 commit 0f5b8ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ RUN apt-get update
RUN apt-get -y install libgl1-mesa-glx libgl1-mesa-dri
RUN apt-get -y install iproute2
RUN apt-get -y install wmctrl
RUN apt-get -y install terminator

RUN apt-get -y install ros-humble-rqt-tf-tree
RUN apt-get -y install ros-humble-rqt-graph
RUN apt-get -y install terminator

# PATH="$PATH:/root/.local/bin"
# PATH="/usr/local/cuda/bin:$PATH"
Expand Down

0 comments on commit 0f5b8ad

Please sign in to comment.