Skip to content

Commit

Permalink
Remove dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jstahlbaum-fibernetics committed Jul 3, 2024
1 parent 5ea8755 commit a0e2495
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions components/freeswitch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ RUN apt-get update && apt-get install --no-install-recommends -yq gnupg2 wget ca
apt-get -y install --no-install-recommends libfreeswitch-dev

COPY src/mod/mod_twilio_stream /usr/src/mod_twilio_stream
WORKDIR /usr/src/mod_twilio_stream/libs
RUN git clone https://github.com/DNedic/lockfree.git

RUN mkdir -p /usr/src/mod_twilio_stream/build
WORKDIR /usr/src/mod_twilio_stream/build
RUN cmake ..
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ target_include_directories(
PRIVATE
include
${FREESWITCH_INCLUDE_DIR}
libs/lockfree
)

target_include_directories(mod_twilio_stream PRIVATE )
Expand Down

0 comments on commit a0e2495

Please sign in to comment.