OPENAIRINTERFACE / openair-epc-fed

Federation of all Open-Air-CN components
BSD 3-Clause "New" or "Revised" License
63 stars 67 forks source link

Build HSS Image error #8

Open WT4444 opened 3 years ago

WT4444 commented 3 years ago

When Build HSS Image,Execute the command “docker build --target oai-hss --tag oai-hss:production --file component/oai-hss/docker/Dockerfile.ubuntu18.04 .”

Prompt error: Step 13/46 : RUN ./build_hss_rel14 --check-installed-software --force ---> Running in f4d960b3daad /bin/sh: 1: ./build_hss_rel14: not found The command '/bin/sh -c ./build_hss_rel14 --check-installed-software --force' returned a non-zero code: 127

WT4444 commented 3 years ago

When Build HSS Image,Execute the command “docker build --target oai-hss --tag oai-hss:production --file component/oai-hss/docker/Dockerfile.ubuntu18.04 .”

Prompt error: Step 13/46 : RUN ./build_hss_rel14 --check-installed-software --force ---> Running in f4d960b3daad /bin/sh: 1: ./build_hss_rel14: not found The command '/bin/sh -c ./build_hss_rel14 --check-installed-software --force' returned a non-zero code: 127

How to solve it?

ngonimombeshora commented 3 years ago

Has anyone managed to solve this? I have the same error.