Closed Omarabdul3ziz closed 1 year ago
The Docker build failed because of missing files in these two Add commands. To skip the zinit one I downloaded the binary from the release instead
RUN apk add wget && \ wget https://github.com/threefoldtech/zinit/releases/download/v0.2.5/zinit -O /bin/zinit && \ chmod +x /bin/zinit
But for the second one, I can't figure out what the required nats bins. is it only the server binary? it can be downloaded from here. Or something else
thats not the right way, its build in the beginning of the flow from source and added in the image don't do above
it means something was wrong for you in previous step, try again please
The Docker build failed because of missing files in these two Add commands. To skip the zinit one I downloaded the binary from the release instead
But for the second one, I can't figure out what the required nats bins. is it only the server binary? it can be downloaded from here. Or something else