Skip to content

Commit

Permalink
fix: ARG
Browse files Browse the repository at this point in the history
  • Loading branch information
hummingalpaca committed Apr 10, 2023
1 parent 6271502 commit 1a02c6a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ FROM mobilecoin/builder-install:v0.0.17 AS builder
WORKDIR /build

ARG NETWORK=test

CONSENSUS_SIGSTRUCT_URI=$(curl -s https://enclave-distribution.${NETWORK}.mobilecoin.com/production.json | grep consensus-enclave.css | awk '{print $2}' | tr -d \" | tr -d ,)
ARG CONSENSUS_SIGSTRUCT_URI=$(curl -s https://enclave-distribution.${NETWORK}.mobilecoin.com/production.json | grep consensus-enclave.css | awk '{print $2}' | tr -d \" | tr -d ,)

curl -O https://enclave-distribution.${NETWORK}.mobilecoin.com/${CONSENSUS_SIGSTRUCT_URI}

Expand Down

0 comments on commit 1a02c6a

Please sign in to comment.