mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-08-02 07:02:49 +02:00
copy optentelemetry .so files to /usr/local/lib64
This commit is contained in:
parent
9b31fe1e98
commit
06bc1e5e6b
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ RUN go install -tags 'postgres' github.com/golang-migrate/migrate/v4/cmd/migrate
|
||||||
|
|
||||||
FROM registry.zerotier.com/zerotier/ctlrun:2025-07-14 AS run_base
|
FROM registry.zerotier.com/zerotier/ctlrun:2025-07-14 AS run_base
|
||||||
COPY --from=builder /ZeroTierOne/zerotier-one /usr/local/bin/zerotier-one
|
COPY --from=builder /ZeroTierOne/zerotier-one /usr/local/bin/zerotier-one
|
||||||
|
COPY --from=builder /ZeroTierOne/ext/opentelemetry-cpp-1.21.0/localinstall/lib/*.so /usr/local/lib64/
|
||||||
COPY --from=go_base /go/bin/migrate /usr/local/bin/migrate
|
COPY --from=go_base /go/bin/migrate /usr/local/bin/migrate
|
||||||
COPY ext/central-controller-docker/migrations /migrations
|
COPY ext/central-controller-docker/migrations /migrations
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue