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

Commit

Permalink
hold comictagger back to work with Python2
Browse files Browse the repository at this point in the history
  • Loading branch information
thelamer committed Oct 13, 2019
1 parent 59ce42c commit 28807dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN \
nodejs && \
echo "**** install pip packages ****" && \
pip install --no-cache-dir -U \
comictagger \
comictagger==1.1.32rc1 \
configparser \
html5lib \
requests \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN \
nodejs && \
echo "**** install pip packages ****" && \
pip install --no-cache-dir -U \
comictagger \
comictagger==1.1.32rc1 \
configparser \
html5lib \
requests \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.armhf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN \
nodejs && \
echo "**** install pip packages ****" && \
pip install --no-cache-dir -U \
comictagger \
comictagger==1.1.32rc1 \
configparser \
html5lib \
requests \
Expand Down

0 comments on commit 28807dc

Please sign in to comment.