X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docker%2Fbldr-debian-python%2FDockerfile;fp=docker%2Fbldr-debian-python-nng%2FDockerfile;h=c7c581188ac5107f87cd7395309e2be87c66d000;hb=66a126044c9b105e41d8cf359823e66e5c9a43e3;hp=f2ae43ee50b1d8ae18e7b6616f49898c8c01ef52;hpb=90e23c8973a9a1378fe3991b6ad75ef0388f737d;p=ci-management.git diff --git a/docker/bldr-debian-python-nng/Dockerfile b/docker/bldr-debian-python/Dockerfile similarity index 94% rename from docker/bldr-debian-python-nng/Dockerfile rename to docker/bldr-debian-python/Dockerfile index f2ae43ee..c7c58118 100644 --- a/docker/bldr-debian-python-nng/Dockerfile +++ b/docker/bldr-debian-python/Dockerfile @@ -35,9 +35,8 @@ RUN wget -nv https://github.com/ninja-build/ninja/releases/download/v1.9.0/ninja && chmod +x ninja \ && mv ninja /usr/local/bin -RUN git clone https://github.com/nanomsg/nng.git \ +RUN git clone --branch v1.1.1 https://github.com/nanomsg/nng.git \ && cd nng \ - && git checkout v1.1.1 \ && mkdir build \ && cd build \ && cmake -DBUILD_SHARED_LIBS=1 -G Ninja .. \