Skip to content

Commit

Permalink
Reload ldconfig after adding jupedsim
Browse files Browse the repository at this point in the history
Signed-off-by: Kilian Krampf <[email protected]>
  • Loading branch information
Menkalian committed Jan 15, 2025
1 parent cc0cf66 commit ea33dd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_config/docker/Dockerfile.ubuntu.git
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RUN cd /opt; git clone -b $JUPEDSIM_VERSION https://github.com/PedestrianDynamic
RUN cd /opt; cmake -B jupedsim-build -D CMAKE_INSTALL_PREFIX=jupedsim-install jupedsim; \
cmake --build jupedsim-build -j4 --config Release; cmake --install jupedsim-build --config Release; rm -rf jupedsim-build
RUN echo "/opt/jupedsim-install/lib" > /etc/ld.so.conf.d/jupedsim.conf
RUN ldconfig

# python packages needed for the tools (the ones where we do not have ubuntu packages)
RUN pip3 install -r /opt/sumo/tools/requirements.txt
Expand Down

0 comments on commit ea33dd3

Please sign in to comment.