Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
safijari committed Jun 25, 2024
1 parent 8a3e4b3 commit c62d135
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ SHELL ["/bin/bash", "-c"]
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections

RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends apt-utils python3-pip git ros-noetic-tf2-geometry-msgs libsm6
RUN apt install python3-catkin-tools ros-noetic-slam-toolbox-msgs -y

ARG USER=yag

Expand All @@ -25,8 +26,6 @@ RUN source /opt/ros/noetic/setup.bash \
&& rosdep update \
&& rosdep install -y -r --from-paths src --ignore-src --rosdistro=noetic -y

RUN apt install python3-catkin-tools ros-noetic-slam-toolbox-msgs -y

USER ${USER}

RUN pip install tiny-tf numba opencv-python-headless argh
Expand Down

0 comments on commit c62d135

Please sign in to comment.