File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ ENV ANDROID_SETUP_APIS "23 25"
2626ENV ANDROID_BUILD_TOOLS_VERSION 25
2727ENV ANDROID_TARGET_API 23
2828
29- ENV PJSIP_DOWNLOAD_URL "http ://www. pjsip.org/release/2.7.1/pjproject- 2.7.1.tar.bz2 "
29+ ENV PJSIP_DOWNLOAD_URL "https ://github.com/ pjsip/pjproject/archive/refs/tags/ 2.7.1.tar.gz "
3030
3131ENV SWIG_DOWNLOAD_URL "http://prdownloads.sourceforge.net/swig/swig-3.0.7.tar.gz"
3232
@@ -79,9 +79,9 @@ RUN cd /sources/android_sdk/tools && \
7979
8080# Download Pjsip
8181RUN cd /sources/pjsip && \
82- curl -L -# -o pjsip.tar.bz2 "$PJSIP_DOWNLOAD_URL" && \
83- tar xjf pjsip.tar.bz2 && \
84- rm -rf pjsip.tar.bz2 && \
82+ curl -L -# -o pjsip.tar.gz "$PJSIP_DOWNLOAD_URL" && \
83+ tar xzf pjsip.tar.gz && \
84+ rm -rf pjsip.tar.gz && \
8585 mv pjproject-*/* ./
8686
8787# Download Swig
You can’t perform that action at this time.
0 commit comments