Skip to content

Commit

Permalink
Merge pull request #77 from ngosang/feature/python2
Browse files Browse the repository at this point in the history
Drop Python 2 support, removed in qBittorrent v4.2.2
  • Loading branch information
drizuid authored Jun 6, 2020
2 parents 73f6059 + 358eefe commit d905eb1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ RUN \
apt-get update && \
apt-get install -y \
gnupg \
python \
python3 && \
curl -s https://bintray.com/user/downloadSubjectPublicKey?username=fedarovich | apt-key add - && \
apt-key adv --keyserver hkp://keyserver.ubuntu.com:11371 --recv-keys 7CA69FC4 && \
Expand Down
1 change: 0 additions & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ RUN \
apt-get update && \
apt-get install -y \
gnupg \
python \
python3 && \
curl -s https://bintray.com/user/downloadSubjectPublicKey?username=fedarovich | apt-key add - && \
apt-key adv --keyserver hkp://keyserver.ubuntu.com:11371 --recv-keys 7CA69FC4 && \
Expand Down
1 change: 0 additions & 1 deletion Dockerfile.armhf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ RUN \
apt-get update && \
apt-get install -y \
gnupg \
python \
python3 && \
curl -s https://bintray.com/user/downloadSubjectPublicKey?username=fedarovich | apt-key add - && \
apt-key adv --keyserver hkp://keyserver.ubuntu.com:11371 --recv-keys 7CA69FC4 && \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64

## Versions

* **26.05.20:** - Drop Python 2 support, removed in qBittorrent v4.2.2
* **03.04.20:** - Fix adding search engine plugin
* **02.08.19:** - Add qbitorrent-cli for processing scripts.
* **23.03.19:** - Switching to new Base images, shift to arm32v7 tag.
Expand Down

0 comments on commit d905eb1

Please sign in to comment.