mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-29 08:05:50 +00:00
ci: Use ghcr.io/xrplf/clio-ci docker image (#2055)
This commit is contained in:
@@ -129,7 +129,7 @@ To generate the API docs:
|
||||
It is also possible to build Clio using [Docker](https://www.docker.com/) if you don't want to install all the dependencies on your machine.
|
||||
|
||||
```sh
|
||||
docker run -it rippleci/clio_ci:latest
|
||||
docker run -it ghcr.io/xrplf/clio-ci:latest
|
||||
git clone https://github.com/XRPLF/clio
|
||||
mkdir build && cd build
|
||||
conan install .. --output-folder . --build missing --settings build_type=Release -o tests=True -o lint=False
|
||||
|
||||
Reference in New Issue
Block a user