Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
davehorton committed Aug 13, 2024
1 parent 7135433 commit bc5492f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,11 @@ COPY --from=soniox-asr-grpc-api /usr/local/src/soniox-asr-grpc-api /usr/local/sr
COPY --from=cobalt-asr-grpc-api /usr/local/src/cobalt-asr-grpc-api /usr/local/src/freeswitch/libs/cobalt-asr-grpc-api
COPY --from=verbio-asr-grpc-api /usr/local/src/verbio-asr-grpc-api /usr/local/src/freeswitch/libs/verbio-asr-grpc-api
COPY --from=grpc-googleapis /usr/local/src/googleapis /usr/local/src/freeswitch/libs/googleapis
RUN cp /tmp/configure.ac.extra /usr/local/src/freeswitch/configure.ac \
RUN echo "searching for descriptor_table_google_2fapi_2ffield_5finfo_2eproto" \
&& find /usr/local/lib /usr/local/src -name '*.a' -o -name '*.so' | xargs nm -g | grep 'descriptor_table_google_2fapi_2ffield_5finfo_2eproto' \
&& echo "searching again for descriptor_table_google_2fapi_2ffield_5finfo_2eproto" \
&& find /usr/local/lib /usr/local/src -name '*.a' -o -name '*.so' | xargs objdump -t | grep 'descriptor_table_google_2fapi_2ffield_5finfo_2eproto' \
&& cp /tmp/configure.ac.extra /usr/local/src/freeswitch/configure.ac \
&& cp /tmp/Makefile.am.extra /usr/local/src/freeswitch/Makefile.am \
&& cp /tmp/ax_check_compile_flag.m4 /usr/local/src/freeswitch/ax_check_compile_flag.m4 \
&& cp /tmp/modules.conf.in.extra /usr/local/src/freeswitch/build/modules.conf.in \
Expand Down

0 comments on commit bc5492f

Please sign in to comment.