Skip to content
This repository was archived by the owner on Dec 22, 2020. It is now read-only.

Commit 28807dc

Browse files
committed
hold comictagger back to work with Python2
1 parent 59ce42c commit 28807dc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN \
1414
nodejs && \
1515
echo "**** install pip packages ****" && \
1616
pip install --no-cache-dir -U \
17-
comictagger \
17+
comictagger==1.1.32rc1 \
1818
configparser \
1919
html5lib \
2020
requests \

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN \
1414
nodejs && \
1515
echo "**** install pip packages ****" && \
1616
pip install --no-cache-dir -U \
17-
comictagger \
17+
comictagger==1.1.32rc1 \
1818
configparser \
1919
html5lib \
2020
requests \

Dockerfile.armhf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN \
1414
nodejs && \
1515
echo "**** install pip packages ****" && \
1616
pip install --no-cache-dir -U \
17-
comictagger \
17+
comictagger==1.1.32rc1 \
1818
configparser \
1919
html5lib \
2020
requests \

0 commit comments

Comments
 (0)