Skip to content
Snippets Groups Projects
Commit e8c868a2 authored by Fernando Herrero's avatar Fernando Herrero
Browse files

Update Dockerfile

parent ec82612c
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ RUN apt-get -qq update && apt-get -qq install -y iri-autonomous-driving-tools-de
RUN apt-get -qq update && apt-get -qq install -y iri-opendrive-road-map-dev
#RUN apt-get -qq update && apt-get -qq install -y iri-opendrive-to-gazebo-dev
RUN cd /root/catkin_ws/src/adc/libraries/opendrive_to_gazebo && mkdir -p build && cd build && cmake .. && make
RUN apt-get -qq install libqt4-dev qt4-qmake qt4-dev-tools libopenscenegraph-dev
RUN apt-get -qq install libqt4-dev qt4-qmake qt4-dev-tools libopenscenegraph-dev imagemagick
RUN cd /root/catkin_ws/src/adc/libraries/openroaded/OpenRoadEd && mkdir -p build && cd build && cmake .. && make && make install
RUN cd /root/catkin_ws/src && rosdep install -q -y -i -r --from-paths .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment