mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-25 02:04:06 +02:00
update tldextract
This commit is contained in:
parent
f1478baf34
commit
b53ae6ccae
@ -4,7 +4,8 @@
|
|||||||
|
|
||||||
FROM alpine:3
|
FROM alpine:3
|
||||||
|
|
||||||
RUN apk add --no-cache py3-tldextract \
|
RUN apk add --no-cache py3-pip \
|
||||||
|
&& pip install tldextract \
|
||||||
&& tldextract --update \
|
&& tldextract --update \
|
||||||
&& tldextract --version
|
&& tldextract --version
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user