diff --git a/deployment/dockerfiles/Dockerfile b/deployment/dockerfiles/Dockerfile index 9b1a715b4..33f4904e5 100644 --- a/deployment/dockerfiles/Dockerfile +++ b/deployment/dockerfiles/Dockerfile @@ -244,6 +244,10 @@ RUN STORAGE_PATH=`echo ${VERSION} | sed -e 's/\.//g' | head -c 2` \ && wget -O /usr/lib/librust_cosmwasm_enclave.signed.so https://engfilestorage.blob.core.windows.net/v$STORAGE_PATH/librust_cosmwasm_enclave.signed.so RUN STORAGE_PATH=`echo ${VERSION} | sed -e 's/\.//g' | head -c 2` \ && wget -O /usr/lib/libgo_cosmwasm.so https://engfilestorage.blob.core.windows.net/v$STORAGE_PATH/libgo_cosmwasm.so +RUN STORAGE_PATH=`echo ${VERSION} | sed -e 's/\.//g' | head -c 2` \ + && wget -O /usr/lib/librandom_api.so https://engfilestorage.blob.core.windows.net/v$STORAGE_PATH/librandom_api.so +RUN STORAGE_PATH=`echo ${VERSION} | sed -e 's/\.//g' | head -c 2` \ + && wget -O /usr/lib/tendermint_enclave.signed.so https://engfilestorage.blob.core.windows.net/v$STORAGE_PATH/tendermint_enclave.signed.so COPY deployment/docker/mainnet/mainnet_node.sh . RUN chmod +x mainnet_node.sh