Skip to content

Commit 8c0a79c

Browse files
authored
fix(governance/xc_admin): Add solana_utils to xc-admin Dockerfile (#1337)
1 parent 3168166 commit 8c0a79c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

governance/xc_admin/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ USER root
66
WORKDIR /home/node/
77
USER 1000
88

9+
COPY --chown=1000:1000 target_chains/solana/sdk/js/solana_utils target_chains/solana/sdk/js/solana_utils
910
COPY --chown=1000:1000 governance/xc_admin governance/xc_admin
1011
COPY --chown=1000:1000 pythnet/message_buffer pythnet/message_buffer
1112

0 commit comments

Comments
 (0)