diff --git a/centos-7/Dockerfile b/centos-7/Dockerfile
index 9ac7d5730944924437744716248a522c6a500c34..22e968a86fc432c95d0c3280a5e17018ca3cdf8c 100644
--- a/centos-7/Dockerfile
+++ b/centos-7/Dockerfile
@@ -286,6 +286,7 @@ RUN version=5.2.0.13457 && \
     mv pylon5 /opt/pylon5 && \
     cd .. && \
     rm -rf pylon-${version}*
+ADD bash/pylon.sh /etc/profile.d/pylon.sh
 
 # 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
diff --git a/centos-7/bash/pylon.sh b/centos-7/bash/pylon.sh
new file mode 100644
index 0000000000000000000000000000000000000000..305ebeb059caf6f6c143495615ef67e9bf7f0636
--- /dev/null
+++ b/centos-7/bash/pylon.sh
@@ -0,0 +1 @@
+export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/opt/pylon5/lib64"