Update Dockerfile for testing

This commit is contained in:
Prathamesh Musale 2024-10-03 19:10:50 +05:30
parent c9fc9ad53a
commit 2f715a6adf

View File

@ -11,7 +11,7 @@ RUN curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg -
apt update && apt install -y nodejs
# laconic-so
RUN curl -LO https://git.vdb.to/cerc-io/stack-orchestrator/releases/download/latest/laconic-so && \
RUN curl -LO http://143.244.160.173:3000/laconic-so && \
chmod +x ./laconic-so && \
mv ./laconic-so /usr/bin/laconic-so