mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-21 17:56:53 +02:00
update deface
This commit is contained in:
parent
865b52beec
commit
98e01f4672
@ -7,10 +7,10 @@ MAINTAINER EasyPi Software Foundation
|
||||
|
||||
RUN set -xe \
|
||||
&& apt update \
|
||||
&& apt install -y curl ffmpeg git libsm6 libxext6 python3 python3-distutils \
|
||||
&& curl https://bootstrap.pypa.io/get-pip.py | python3 \
|
||||
&& pip3 install --no-cache-dir git+https://github.com/ORB-HD/deface \
|
||||
&& apt remove -y curl git \
|
||||
&& apt install -y curl ffmpeg libsm6 libxext6 python3 python3-distutils \
|
||||
&& curl -sSL https://bootstrap.pypa.io/get-pip.py | python3 \
|
||||
&& pip3 install --no-cache-dir https://github.com/ORB-HD/deface/archive/refs/heads/master.zip \
|
||||
&& apt remove -y curl \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ENTRYPOINT ["deface"]
|
||||
|
Loading…
Reference in New Issue
Block a user