mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-09-07 07:12:52 +02:00
update ld.so.conf for paths to libraries
This commit is contained in:
parent
594d227f92
commit
4abf90247d
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ COPY --from=go_base /go/bin/migrate /usr/local/bin/migrate
|
|||
COPY ext/central-controller-docker/migrations /migrations
|
||||
ADD build/zerotier-one /usr/local/bin/zerotier-one
|
||||
RUN chmod a+x /usr/local/bin/zerotier-one
|
||||
# RUN echo "/usr/local/lib64" > /etc/ld.so.conf.d/usr-local-lib64.conf && ldconfig
|
||||
RUN echo "/opt/conda/envs/central_controller/lib" > /etc/ld.so.conf.d/conda-central-controller.conf && ldconfig
|
||||
|
||||
ADD ext/central-controller-docker/main.sh /
|
||||
RUN chmod a+x /main.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue