X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=mc-core%2FDockerfile;fp=mc-core%2FDockerfile;h=6bd4bf77794dca8b535e21c51ff64317e670bb40;hb=67ae0f4b9eeb2a11265dda0b0274ade6278da83c;hp=56b4765d8fbd1ae88627c7c6897c38eb65769d2e;hpb=87b93420f33e99d6d781bd7e55ecfe24b5b9b085;p=ric-app%2Fmc.git diff --git a/mc-core/Dockerfile b/mc-core/Dockerfile index 56b4765..6bd4bf7 100644 --- a/mc-core/Dockerfile +++ b/mc-core/Dockerfile @@ -16,7 +16,8 @@ ARG STAGE_DIR=/mc -FROM nexus3.o-ran-sc.org:10004/o-ran-sc/bldr-ubuntu18-c-go:1.9.0 AS project-build +# builders are now in release (10002) +FROM nexus3.o-ran-sc.org:10002/o-ran-sc/bldr-ubuntu18-c-go:1.9.0 AS project-build ARG STAGE_DIR @@ -49,6 +50,10 @@ RUN make clean RUN make RUN make install RUN ldconfig + +# hack to get protobufs to build +RUN cp src/google/protobuf/stubs/int128.h /usr/local/include/google/protobuf/stubs + WORKDIR ${STAGE_DIR} RUN git clone https://github.com/protobuf-c/protobuf-c.git WORKDIR protobuf-c