X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=integration_tests%2Ftestxappcode%2FDockerfile-test-receiver;h=b7afc4a729a15575c642a0a50c04d3b87d70816f;hb=75d92b757580f01bacdb745c1a1afc17f8a6f913;hp=6e32831340d7cda9e2182a6a37c64358413968a8;hpb=14d016e5551fdc203770dd8f4eac4724152e4848;p=ric-plt%2Fa1.git diff --git a/integration_tests/testxappcode/Dockerfile-test-receiver b/integration_tests/testxappcode/Dockerfile-test-receiver old mode 100755 new mode 100644 index 6e32831..b7afc4a --- a/integration_tests/testxappcode/Dockerfile-test-receiver +++ b/integration_tests/testxappcode/Dockerfile-test-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 test-config-file.yaml .