Add missing curl to Dockerfiles

This commit is contained in:
henryruhs
2023-09-26 18:50:29 +02:00
parent e017b860a0
commit 83be88aa02
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@ ENV GRADIO_SERVER_NAME=0.0.0.0
WORKDIR /facefusion
RUN apt-get update
RUN apt-get install curl -y
RUN apt-get install ffmpeg -y
RUN git clone https://github.com/facefusion/facefusion.git --branch $FACEFUSION_VERSION --single-branch .