File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ LABEL maintainer="Tim Schneider <tim@robot-learning.de>"
44
55RUN yum -y install zip boost-devel urdfdom-devel fmt-devel gcc-c++ openssl-devel mysql-devel postgresql-devel
66
7- ENV LD_LIBRARY_PATH="/usr/local/lib64"
8-
97ADD docker/common/ /tmp/common/
108ARG LIBFRANKA_VERSION
119RUN /tmp/common/install-dependencies
Original file line number Diff line number Diff line change 11#! /bin/bash
22set -e
33
4- export LD_LIBRARY_PATH=" /usr/local/lib64" # For whatever reason, this has to be set manually
4+ export LD_LIBRARY_PATH=" /usr/local/lib64:/usr/local/lib " # For whatever reason, this has to be set manually
55
66SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
77. " ${SCRIPT_DIR} /dependency_versions"
You can’t perform that action at this time.
0 commit comments