X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=integration_tests%2Ftestxappcode%2FDockerfile-query-receiver;h=c3c98e099bfd6016cdbb68872f707d5817edae36;hb=75d92b757580f01bacdb745c1a1afc17f8a6f913;hp=ce861b6e8d7ec0b76bf111f5dd3412f7497e383a;hpb=14d016e5551fdc203770dd8f4eac4724152e4848;p=ric-plt%2Fa1.git diff --git a/integration_tests/testxappcode/Dockerfile-query-receiver b/integration_tests/testxappcode/Dockerfile-query-receiver old mode 100755 new mode 100644 index ce861b6..c3c98e0 --- a/integration_tests/testxappcode/Dockerfile-query-receiver +++ b/integration_tests/testxappcode/Dockerfile-query-receiver @@ -34,7 +34,7 @@ RUN go build -a -installsuffix cgo -o receiver receiver.go FROM alpine:3.11 # copy rmr .so from builder image in lieu of an Alpine package -COPY --from=nexus3.o-ran-sc.org:10002/o-ran-sc/bldr-alpine3-rmr:3.8.0 /usr/local/lib64/librmr_si.so /usr/local/lib64/librmr_si.so +COPY --from=nexus3.o-ran-sc.org:10002/o-ran-sc/bldr-alpine3-rmr:3.8.0 /usr/local/lib64/librmr_si.so* /usr/local/lib64/ COPY --from=0 /myxapp/receiver . COPY query-config-file.yaml .