Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SpectrumIM/spectrum2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvitalyster <vitalyster@gmail.com>2022-01-17 13:14:24 +0300
committervitalyster <vitalyster@gmail.com>2022-01-17 13:40:18 +0300
commit0549b870378c6a21b9f4c242c2cf5e71918340ce (patch)
tree75b48a07484fdd912dd514405d32fa9b3f55072c
parent0f2a3cfceac80ed8aeeb94ce006ab96e8c9cef72 (diff)
Update Dockerfile
* use whatsmeow branch for purple-gowhatsapp plugin
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index da7dc6e8..b8e1f9bc 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -112,6 +112,7 @@ RUN echo "---> purple-gowhatsapp" && \
apt-get -y install golang && \
git clone https://github.com/hoehermann/purple-gowhatsapp && \
cd purple-gowhatsapp && \
+ git checkout whatsmeow && \
make && \
make DESTDIR=/tmp/out install