X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=docker%2Fbldr-debian-python-nng%2FDockerfile;h=f2ae43ee50b1d8ae18e7b6616f49898c8c01ef52;hb=a817c57bb46b19ef1df19e7f39c47fefa8234c89;hp=bfb46fce7fc15cfc81595ae8ffb089fb1fbf2454;hpb=7a7058a541d3e78e565cf7f8679036d571c4d5ad;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 .. \