Use custom Sia image
This commit is contained in:
parent
726c66942c
commit
2ab9a0d725
|
@ -8,7 +8,7 @@ ARG branch=portal-latest
|
||||||
RUN git clone https://gitlab.com/SkynetLabs/skyd.git Sia --single-branch --branch ${branch}
|
RUN git clone https://gitlab.com/SkynetLabs/skyd.git Sia --single-branch --branch ${branch}
|
||||||
RUN make release --directory Sia
|
RUN make release --directory Sia
|
||||||
|
|
||||||
FROM nebulouslabs/sia:latest
|
FROM firyx/sia-dev-user:latest
|
||||||
|
|
||||||
COPY --from=sia-builder /go/bin/ /usr/bin/
|
COPY --from=sia-builder /go/bin/ /usr/bin/
|
||||||
|
|
||||||
|
|
Reference in New Issue