@@ -45,8 +45,6 @@ COPY --from=builder /tmp/bitgo/modules/sdk-opensslbytes /var/modules/sdk-openssl
4545COPY --from=builder /tmp/bitgo/modules/secp256k1 /var/modules/secp256k1/
4646COPY --from=builder /tmp/bitgo/modules/sjcl /var/modules/sjcl/
4747COPY --from=builder /tmp/bitgo/modules/statics /var/modules/statics/
48- COPY --from=builder /tmp/bitgo/modules/utxo-core /var/modules/utxo-core/
49- COPY --from=builder /tmp/bitgo/modules/unspents /var/modules/unspents/
5048COPY --from=builder /tmp/bitgo/modules/utxo-lib /var/modules/utxo-lib/
5149COPY --from=builder /tmp/bitgo/modules/blake2b /var/modules/blake2b/
5250COPY --from=builder /tmp/bitgo/modules/blake2b-wasm /var/modules/blake2b-wasm/
@@ -55,6 +53,8 @@ COPY --from=builder /tmp/bitgo/modules/abstract-utxo /var/modules/abstract-utxo/
5553COPY --from=builder /tmp/bitgo/modules/blockapis /var/modules/blockapis/
5654COPY --from=builder /tmp/bitgo/modules/sdk-api /var/modules/sdk-api/
5755COPY --from=builder /tmp/bitgo/modules/sdk-hmac /var/modules/sdk-hmac/
56+ COPY --from=builder /tmp/bitgo/modules/unspents /var/modules/unspents/
57+ COPY --from=builder /tmp/bitgo/modules/utxo-core /var/modules/utxo-core/
5858COPY --from=builder /tmp/bitgo/modules/utxo-ord /var/modules/utxo-ord/
5959COPY --from=builder /tmp/bitgo/modules/account-lib /var/modules/account-lib/
6060COPY --from=builder /tmp/bitgo/modules/sdk-coin-ada /var/modules/sdk-coin-ada/
@@ -143,8 +143,6 @@ cd /var/modules/sdk-opensslbytes && yarn link && \
143143cd /var/modules/secp256k1 && yarn link && \
144144cd /var/modules/sjcl && yarn link && \
145145cd /var/modules/statics && yarn link && \
146- cd /var/modules/utxo-core && yarn link && \
147- cd /var/modules/unspents && yarn link && \
148146cd /var/modules/utxo-lib && yarn link && \
149147cd /var/modules/blake2b && yarn link && \
150148cd /var/modules/blake2b-wasm && yarn link && \
@@ -153,6 +151,8 @@ cd /var/modules/abstract-utxo && yarn link && \
153151cd /var/modules/blockapis && yarn link && \
154152cd /var/modules/sdk-api && yarn link && \
155153cd /var/modules/sdk-hmac && yarn link && \
154+ cd /var/modules/unspents && yarn link && \
155+ cd /var/modules/utxo-core && yarn link && \
156156cd /var/modules/utxo-ord && yarn link && \
157157cd /var/modules/account-lib && yarn link && \
158158cd /var/modules/sdk-coin-ada && yarn link && \
@@ -244,8 +244,6 @@ RUN cd /var/bitgo-express && \
244244 yarn link @bitgo/secp256k1 && \
245245 yarn link @bitgo/sjcl && \
246246 yarn link @bitgo/statics && \
247- yarn link @bitgo/utxo-core && \
248- yarn link @bitgo/unspents && \
249247 yarn link @bitgo/utxo-lib && \
250248 yarn link @bitgo/blake2b && \
251249 yarn link @bitgo/blake2b-wasm && \
@@ -254,6 +252,8 @@ RUN cd /var/bitgo-express && \
254252 yarn link @bitgo/blockapis && \
255253 yarn link @bitgo/sdk-api && \
256254 yarn link @bitgo/sdk-hmac && \
255+ yarn link @bitgo/unspents && \
256+ yarn link @bitgo/utxo-core && \
257257 yarn link @bitgo/utxo-ord && \
258258 yarn link @bitgo/account-lib && \
259259 yarn link @bitgo/sdk-coin-ada && \
0 commit comments