chore: Rename conan remote in Dockerfie (#2536)

This commit is contained in:
Ayaz Salikhov
2025-09-05 15:57:18 +01:00
committed by GitHub
parent 9edc26a2a3
commit 384e79cd32

View File

@@ -115,7 +115,7 @@ COPY --from=clio-tools \
WORKDIR /root
# Setup conan
RUN conan remote add --index 0 ripple https://conan.ripplex.io
RUN conan remote add --index 0 xrplf https://conan.ripplex.io
WORKDIR /root/.conan2
COPY conan/global.conf ./global.conf