X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=integration_tests%2FDockerfile;h=321c729365677dab24eba343161e177fad736d9f;hb=438a0a662e2e67af7f248f9715b54f92efc4a80c;hp=b86d5e12d76e7b677a7f8c9bdd57aff8d55e4bf8;hpb=ad38560797907d95e992b2153e163dae3e13aa91;p=ric-plt%2Fa1.git diff --git a/integration_tests/Dockerfile b/integration_tests/Dockerfile index b86d5e1..321c729 100644 --- a/integration_tests/Dockerfile +++ b/integration_tests/Dockerfile @@ -14,19 +14,17 @@ # See the License for the specific language governing permissions and # limitations under the License. # ================================================================================== -FROM python:3.7 -ADD receiver.py / +FROM nexus3.o-ran-sc.org:10004/bldr-debian-python-nng:2-py3.7-nng1.1.1 -# Install RMR -RUN apt-get update && apt-get install -y gcc git cmake -RUN git clone https://gerrit.oran-osc.org/r/ric-plt/lib/rmr -WORKDIR rmr -RUN git checkout 68d09fa5028e47e763c44c30647da31e77eda64a -RUN mkdir .build; cd .build; cmake ..; make install +COPY receiver.py / -# Install python-rmr -RUN pip install --upgrade pip +# Install RMr +RUN wget --content-disposition https://packagecloud.io/o-ran-sc/master/packages/debian/stretch/rmr_1.0.34_amd64.deb/download.deb +RUN dpkg -i rmr_1.0.34_amd64.deb + +# Install RMr python bindings +RUN pip install --upgrade pip RUN pip install rmr==0.10.1 # rmr setups