Skip to content

Commit

Permalink
Dockerfile: Try to download purple-gowhatsapp directly
Browse files Browse the repository at this point in the history
  • Loading branch information
theassemblerguy authored and vitalyster committed Aug 8, 2024
1 parent 2adf7e8 commit abeb6e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ RUN echo "---> Install Teams" && \
make && \
make DESTDIR=/tmp/out install

RUN echo "---> purple-gowhatsapp" && \
curl -o /tmp/out/usr/lib/purple-2/libwhatsmeow_1.15.0r288_20240726213518_amd64_ubuntu22.04.so https://buildbot.hehoe.de/purple-whatsmeow/builds/libwhatsmeow_1.15.0r288_20240726213518_amd64_ubuntu22.04.so

RUN echo "---> purple-battlenet" && \
git clone --recursive https://github.com/EionRobb/purple-battlenet && \
cd purple-battlenet && \
Expand Down

0 comments on commit abeb6e9

Please sign in to comment.