Skip to content
Snippets Groups Projects
Commit 0ba7a101 authored by calrama's avatar calrama
Browse files

centos-7: Add pylon to LD_LIBRARY_PATH

parent 2f160707
No related branches found
No related tags found
No related merge requests found
...@@ -286,6 +286,7 @@ RUN version=5.2.0.13457 && \ ...@@ -286,6 +286,7 @@ RUN version=5.2.0.13457 && \
mv pylon5 /opt/pylon5 && \ mv pylon5 /opt/pylon5 && \
cd .. && \ cd .. && \
rm -rf pylon-${version}* rm -rf pylon-${version}*
ADD bash/pylon.sh /etc/profile.d/pylon.sh
# SSL access to custom pypiserver # SSL access to custom pypiserver
ADD agki-nas01.imp.fu-berlin.de-ca-cert.crt /etc/pki/ca-trust/source/anchors/agki-nas01.imp.fu-berlin.de-ca-cert.crt ADD agki-nas01.imp.fu-berlin.de-ca-cert.crt /etc/pki/ca-trust/source/anchors/agki-nas01.imp.fu-berlin.de-ca-cert.crt
......
export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/opt/pylon5/lib64"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment