Update Dockerfile
This commit is contained in:
parent
7f83bc6c89
commit
cdcc90ae3f
@ -11,7 +11,7 @@ RUN curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg -
|
|||||||
apt update && apt install -y nodejs
|
apt update && apt install -y nodejs
|
||||||
|
|
||||||
# laconic-so
|
# laconic-so
|
||||||
RUN curl -LO https://git.vdb.to/cerc-io/stack-orchestrator/releases/download/latest/laconic-so && \
|
RUN curl -LO http://139.59.83.96:3000/laconic-so && \
|
||||||
chmod +x ./laconic-so && \
|
chmod +x ./laconic-so && \
|
||||||
mv ./laconic-so /usr/bin/laconic-so
|
mv ./laconic-so /usr/bin/laconic-so
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user