You've already forked dockerfiles
							
							
				mirror of
				https://github.com/vimagick/dockerfiles.git
				synced 2025-10-30 23:47:48 +02:00 
			
		
		
		
	update deface
This commit is contained in:
		| @@ -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"] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user