Skip to content

Commit

Permalink
Dockerfile: Remove transwhat backend
Browse files Browse the repository at this point in the history
* all yowsup forks looks outdated
  • Loading branch information
vitalyster committed Jan 25, 2019
1 parent 3fb32ba commit 952992b
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,6 @@ RUN dnf install protobuf protobuf swiften gcc gcc-c++ make libpqxx-devel libpurp
make install && \
cd ../.. && \
rm -rf skype4pidgin && \
echo "---> Installing transwhat" && \
pip install --pre e4u protobuf python-dateutil yowsup2 Pillow==2.9.0 &&\
git clone git://github.com/stv0g/transwhat.git &&\
git clone git://github.com/AragurDEV/yowsup.git &&\
cd transwhat &&\
git worktree add /opt/transwhat &&\
cd .. &&\
cd yowsup &&\
cp -R yowsup /opt/transwhat/yowsup &&\
cd .. &&\
rm -r transwhat &&\
rm -r yowsup &&\
rm -rf /opt/transwhat/.git &&\
rm -rf /opt/transwhat/.gitignore &&\
echo "---> Installing Telegram" && \
git clone --recursive https://github.com/majn/telegram-purple && \
cd telegram-purple && \
Expand Down

2 comments on commit 952992b

@synchrone
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Forgot to update the docs, now they are misleading

@vitalyster
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

Please sign in to comment.