mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-09-08 07:42:55 +02:00
debugging runtime link issues on arm64
This commit is contained in:
parent
f33e706887
commit
73e3287fd6
1 changed files with 1 additions and 2 deletions
|
@ -8,8 +8,7 @@ LABEL maintainer="ZeroTier Inc."
|
||||||
|
|
||||||
ADD environment.yml /tmp/environment.yml
|
ADD environment.yml /tmp/environment.yml
|
||||||
|
|
||||||
RUN conda env create -f /tmp/environment.yml && \
|
RUN conda env create -f /tmp/environment.yml
|
||||||
conda clean -a -y
|
|
||||||
|
|
||||||
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