diff --git a/docker/Dockerfile b/docker/Dockerfile index 7abefca8..9d6b6b27 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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 && \