mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-21 17:56:53 +02:00
update tldextract
This commit is contained in:
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user