From 28807dca57afe5d4ec0018957dede3da5b0fd76f Mon Sep 17 00:00:00 2001 From: thelamer Date: Sun, 13 Oct 2019 10:38:57 -0700 Subject: [PATCH] hold comictagger back to work with Python2 --- Dockerfile | 2 +- Dockerfile.aarch64 | 2 +- Dockerfile.armhf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 711967c..f5d86c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN \ nodejs && \ echo "**** install pip packages ****" && \ pip install --no-cache-dir -U \ - comictagger \ + comictagger==1.1.32rc1 \ configparser \ html5lib \ requests \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index d00125a..97a9422 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -14,7 +14,7 @@ RUN \ nodejs && \ echo "**** install pip packages ****" && \ pip install --no-cache-dir -U \ - comictagger \ + comictagger==1.1.32rc1 \ configparser \ html5lib \ requests \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 8f206c9..90e64ea 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -14,7 +14,7 @@ RUN \ nodejs && \ echo "**** install pip packages ****" && \ pip install --no-cache-dir -U \ - comictagger \ + comictagger==1.1.32rc1 \ configparser \ html5lib \ requests \