XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 1
返回提交历史

XFEstudio/gpt4free

fix(Dockerfile): Fixed issue with unable to fetch the response. Added -y flag.

e4b77407
valerii@valeriis-air.(none) <valery.chirkov99@gmail.com>
提交于

代码差异

1 个文件 +1 -1
Modified Dockerfile +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