返回提交历史
Modified
Dockerfile
+1
-1
XFEstudio/gpt4free
fix(Dockerfile): Fixed issue with unable to fetch the response. Added -y flag.
e4b77407
代码差异
1 个文件
+1
-1
@@ -5,7 +5,7 @@ ENV PATH="/usr/app/venv/bin:$PATH"
5
5
6
6
#RUN apt-get update && apt-get install -y git
7
7
RUN apt-get update
8
RUN apt-get install ffmpeg #issue 445
8
RUN apt-get install ffmpeg -y #issue 445
9
9
10
10
RUN mkdir -p /usr/app
11
11
RUN python -m venv ./venv