From 54801b3e7e2c0f13d5aac668bc45a1d8e95a2855 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 8 Aug 2024 21:47:04 +0300 Subject: [PATCH] Revert "Dockerfile: Try to download purple-gowhatsapp directly" This reverts commit abeb6e93455d20d36df7d699dab0f913be12337e. --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index ee91cff2..39b6a9e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -101,9 +101,6 @@ 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 && \