mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-09-07 07:12:52 +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
|
||||
|
||||
RUN conda env create -f /tmp/environment.yml && \
|
||||
conda clean -a -y
|
||||
RUN conda env create -f /tmp/environment.yml
|
||||
|
||||
COPY --from=go_base /go/bin/migrate /usr/local/bin/migrate
|
||||
COPY ext/central-controller-docker/migrations /migrations
|
||||
|
|
Loading…
Add table
Reference in a new issue