Skip to content

Commit 2079673

Browse files
committed
fix(root): update Dockerfile to include @bitgo/argon2 module
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> TICKET: WCN-30
1 parent a9be0b8 commit 2079673

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ COPY --from=builder /tmp/bitgo/modules/bitgo /var/modules/bitgo/
5656
COPY --from=builder /tmp/bitgo/modules/abstract-utxo /var/modules/abstract-utxo/
5757
COPY --from=builder /tmp/bitgo/modules/blockapis /var/modules/blockapis/
5858
COPY --from=builder /tmp/bitgo/modules/sdk-api /var/modules/sdk-api/
59+
COPY --from=builder /tmp/bitgo/modules/argon2 /var/modules/argon2/
5960
COPY --from=builder /tmp/bitgo/modules/sdk-hmac /var/modules/sdk-hmac/
6061
COPY --from=builder /tmp/bitgo/modules/unspents /var/modules/unspents/
6162
COPY --from=builder /tmp/bitgo/modules/utxo-core /var/modules/utxo-core/
@@ -156,6 +157,7 @@ cd /var/modules/bitgo && yarn link && \
156157
cd /var/modules/abstract-utxo && yarn link && \
157158
cd /var/modules/blockapis && yarn link && \
158159
cd /var/modules/sdk-api && yarn link && \
160+
cd /var/modules/argon2 && yarn link && \
159161
cd /var/modules/sdk-hmac && yarn link && \
160162
cd /var/modules/unspents && yarn link && \
161163
cd /var/modules/utxo-core && yarn link && \
@@ -259,6 +261,7 @@ RUN cd /var/bitgo-express && \
259261
yarn link @bitgo/abstract-utxo && \
260262
yarn link @bitgo/blockapis && \
261263
yarn link @bitgo/sdk-api && \
264+
yarn link @bitgo/argon2 && \
262265
yarn link @bitgo/sdk-hmac && \
263266
yarn link @bitgo/unspents && \
264267
yarn link @bitgo/utxo-core && \

0 commit comments

Comments
 (0)