mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Update link to TON repository in docker build
This commit is contained in:
parent
ad19a2187b
commit
586455ff2b
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ RUN apt-get update && \
|
|||
ENV CC clang-6.0
|
||||
ENV CXX clang++-6.0
|
||||
WORKDIR /
|
||||
RUN git clone --recursive https://github.com/newton-blockchain/ton
|
||||
RUN git clone --recursive https://github.com/ton-blockchain/ton
|
||||
WORKDIR /ton
|
||||
|
||||
RUN mkdir build && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue