Skip to content

Commit

Permalink
docker fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloinigoblasco committed May 18, 2023
1 parent 5efd199 commit d59bf51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions smacc2_dev_tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ WORKDIR "/home/ros2_ws"
RUN vcs import src --skip-existing --input src/SMACC2/.github/SMACC2-not-released.$ROS_DISTRO.repos
RUN ls src

RUN apt update
RUN rosdep install --from-paths src --ignore-src -r -y
RUN apt-get update && apt-get install -q -y --no-install-recommends xterm

Expand Down

0 comments on commit d59bf51

Please sign in to comment.