Skip to content

Commit

Permalink
more build speedup
Browse files Browse the repository at this point in the history
  • Loading branch information
davehorton committed May 2, 2024
1 parent 4c3a7d0 commit 5873d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN apt-get update \
&& cd /usr/local/src \
&& git clone https://github.com/warmcat/libwebsockets.git -b v4.3.2 \
&& cd /usr/local/src/libwebsockets \
&& mkdir -p build && cd build && cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RelWithDebInfo && make && make install \
&& mkdir -p build && cd build && cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RelWithDebInfo && make -j ${BUILD_CPUS} && make install \
&& git clone https://github.com/sipwise/rtpengine.git -b mr11.5.1.24 \
&& cd rtpengine/daemon \
&& make -j ${BUILD_CPUS} with_transcoding=yes \
Expand Down

0 comments on commit 5873d40

Please sign in to comment.