Skip to content
Snippets Groups Projects
Commit 1e81647b authored by calrama's avatar calrama
Browse files

centos-7: Add pylon sdk

parent c4d9f448
No related branches found
No related tags found
No related merge requests found
...@@ -275,6 +275,17 @@ RUN version=3.7.5 && \ ...@@ -275,6 +275,17 @@ RUN version=3.7.5 && \
rm -rf Python-${version}* && \ rm -rf Python-${version}* && \
ldconfig ldconfig
# pylon (Basler cameras)
RUN version=5.2.0.13457 && \
cd /tmp && \
curl -sSLO https://www.baslerweb.com/fp-1551786516/media/downloads/software/pylon_software/pylon-${version}-x86_64.tar.gz && \
tar -xf pylon-${version}-x86_64.tar.gz && \
cd pylon-${version}-x86_64 && \
tar -xf pylonSDK-${version}-x86_64.tar.gz && \
mv pylon5 /opt/pylon5 && \
cd .. && \
rm -rf pylon-${version}*
# 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
RUN update-ca-trust RUN update-ca-trust
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment