Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bioroboticslab
robofish
docker
Commits
0ba7a101
Commit
0ba7a101
authored
5 years ago
by
calrama
Browse files
Options
Downloads
Patches
Plain Diff
centos-7: Add pylon to LD_LIBRARY_PATH
parent
2f160707
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
centos-7/Dockerfile
+1
-0
1 addition, 0 deletions
centos-7/Dockerfile
centos-7/bash/pylon.sh
+1
-0
1 addition, 0 deletions
centos-7/bash/pylon.sh
with
2 additions
and
0 deletions
centos-7/Dockerfile
+
1
−
0
View file @
0ba7a101
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
centos-7/bash/pylon.sh
0 → 100644
+
1
−
0
View file @
0ba7a101
export
LD_LIBRARY_PATH
=
"
${
LD_LIBRARY_PATH
}
:/opt/pylon5/lib64"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment