debugging runtime link issues on arm64

This commit is contained in:
Grant Limberg 2025-09-04 12:14:32 -07:00
parent f33e706887
commit 73e3287fd6

View file

@ -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