1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-24 07:48:38 +00:00

update tldextract

This commit is contained in:
kevin 2024-02-25 13:52:48 +08:00
parent f1478baf34
commit b53ae6ccae

@ -4,7 +4,8 @@
FROM alpine:3
RUN apk add --no-cache py3-tldextract \
RUN apk add --no-cache py3-pip \
&& pip install tldextract \
&& tldextract --update \
&& tldextract --version