Skip to content

Commit 1f00395

Browse files
author
thr3a
committed
fix:
1 parent 0875b94 commit 1f00395

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

gallery-dl/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
FROM thr3a/yt-dlp:latest
22

3-
# https://github.com/mikf/gallery-dl/issues/5665
4-
RUN pip install https://github.com/mikf/gallery-dl/archive/refs/heads/master.tar.gz 'requests<2.32'
5-
3+
RUN pip install https://github.com/mikf/gallery-dl/archive/refs/heads/master.tar.gz
64

75
ENTRYPOINT ["gallery-dl"]

0 commit comments

Comments
 (0)