Skip to content

Commit

Permalink
Merge pull request #29
Browse files Browse the repository at this point in the history
merge qbit-support with master
  • Loading branch information
ksssomesh12 authored Dec 9, 2021
2 parents 3233419 + eba5675 commit 2ea6447
Show file tree
Hide file tree
Showing 6 changed files with 1,187 additions and 564 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8' TZ='Asia/Kolkata
ENV DEBIAN_FRONTEND='noninteractive'
RUN apt-get update && apt-get upgrade -y && \
apt-get install -y libcrypto++-dev libfreeimage-dev && \
apt-get install -y software-properties-common && \
add-apt-repository ppa:qbittorrent-team/qbittorrent-stable && \
apt-get install -y qbittorrent-nox && \
apt-get purge -y software-properties-common && \
apt-get autoremove -y && \
apt-get clean && rm -rf /var/lib/apt/lists/*
RUN pip3 install --no-cache-dir /root/mega-sdk/bindings/python/dist/megasdk-*.whl
WORKDIR /usr/src/app
Expand Down
2 changes: 2 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ google-auth-oauthlib = "==0.4.4"
psutil = "==5.8.0"
python-magic = "==0.4.24"
python-telegram-bot = "==13.5"
qbittorrent-api = "==2021.8.23"
torrentool = "==1.1.1"
youtube_dl = "==2021.6.6"

[dev-packages]
Expand Down
Loading

0 comments on commit 2ea6447

Please sign in to comment.