Skip to content

Commit

Permalink
Update Dockerfile (#148)
Browse files Browse the repository at this point in the history
no orch chain for now
  • Loading branch information
dmikey authored May 15, 2024
1 parent c3b9bf0 commit 167932b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN curl -o ./runtime.tar.gz -sSL https://github.com/blocklessnetwork/runtime/re
RUN mkdir /app/runtime && tar -xvkf ./runtime.tar.gz -C /app/runtime

# install blockchain client
RUN curl https://raw.githubusercontent.com/blocklessnetwork/orchestration-chain/main/download.sh | bash
# RUN curl https://raw.githubusercontent.com/blocklessnetwork/orchestration-chain/main/download.sh | bash

# libssl 1.1
RUN curl -o ./libssl.deb -sSL http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
Expand Down

0 comments on commit 167932b

Please sign in to comment.