mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Update Dockerfile: fix link
Update link to new TON repository in Docker build
This commit is contained in:
commit
8cda9fa88e
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