mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 03:31:05 +00:00
Add more generated utils to the image (#5305)
This commit is contained in:
@@ -39,6 +39,10 @@ RUN mv /usr/share/ca* /tmp && \
|
||||
ln -s /substrate/.local/share/substrate /data
|
||||
|
||||
COPY --from=builder /substrate/target/$PROFILE/substrate /usr/local/bin
|
||||
COPY --from=builder /substrate/target/$PROFILE/subkey /usr/local/bin
|
||||
COPY --from=builder /substrate/target/$PROFILE/node-rpc-client /usr/local/bin
|
||||
COPY --from=builder /substrate/target/$PROFILE/node-template /usr/local/bin
|
||||
COPY --from=builder /substrate/target/$PROFILE/chain-spec-builder /usr/local/bin
|
||||
|
||||
# checks
|
||||
RUN ldd /usr/local/bin/substrate && \
|
||||
|
||||
Reference in New Issue
Block a user