This commit is contained in:
parent
bd975c2eae
commit
997933cf42
@ -24,7 +24,7 @@ VOLUME /var/lib/docker
|
|||||||
EXPOSE 2375
|
EXPOSE 2375
|
||||||
|
|
||||||
# Install XT toolchain
|
# Install XT toolchain
|
||||||
RUN wget https://github.com/xt-sys/xtchain/releases/download/2.5/xtchain-2.5-linux.tar.zst -O xtchain.tar.zst && \
|
RUN wget https://github.com/xt-sys/xtchain/releases/download/2.6/xtchain-2.6-linux.tar.zst -O xtchain.tar.zst && \
|
||||||
mkdir -p /opt/xtchain && \
|
mkdir -p /opt/xtchain && \
|
||||||
tar xapf xtchain.tar.zst -C /opt/xtchain && \
|
tar xapf xtchain.tar.zst -C /opt/xtchain && \
|
||||||
rm xtchain.tar.zst
|
rm xtchain.tar.zst
|
||||||
|
Loading…
Reference in New Issue
Block a user