X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docker%2Fbldr-debian-python-nng%2FDockerfile;h=f2ae43ee50b1d8ae18e7b6616f49898c8c01ef52;hb=refs%2Fchanges%2F39%2F439%2F1;hp=bfb46fce7fc15cfc81595ae8ffb089fb1fbf2454;hpb=351f656eef23dea45e5e688e3dbd50e9242f8147;p=ci-management.git diff --git a/docker/bldr-debian-python-nng/Dockerfile b/docker/bldr-debian-python-nng/Dockerfile index bfb46fce..f2ae43ee 100644 --- a/docker/bldr-debian-python-nng/Dockerfile +++ b/docker/bldr-debian-python-nng/Dockerfile @@ -14,7 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. - # Builder image with CI tools for RIC components # uses Python 3.7 (Debian stretch) base which has # C and C++ tools from buildpack-deps:stretch then adds: @@ -38,6 +37,7 @@ RUN wget -nv https://github.com/ninja-build/ninja/releases/download/v1.9.0/ninja RUN git clone https://github.com/nanomsg/nng.git \ && cd nng \ + && git checkout v1.1.1 \ && mkdir build \ && cd build \ && cmake -DBUILD_SHARED_LIBS=1 -G Ninja .. \