ZeroTierOne/ci/Dockerfile.sid
2022-02-03 14:19:06 +01:00

8 lines
169 B
Docker

FROM registry.sean.farm/sid-builder as stage
COPY . .
RUN /usr/bin/make -j 8
FROM scratch AS export
COPY --from=stage /zerotier-one .
COPY --from=stage /zerotier-cli .