mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-03 03:40:12 +00:00
fix(Dockerfile): Fixed issue with unable to fetch the response.
Added -y flag.
This commit is contained in:
parent
0d9ff67704
commit
e4b774070d
@ -5,7 +5,7 @@ ENV PATH="/usr/app/venv/bin:$PATH"
|
||||
|
||||
#RUN apt-get update && apt-get install -y git
|
||||
RUN apt-get update
|
||||
RUN apt-get install ffmpeg #issue 445
|
||||
RUN apt-get install ffmpeg -y #issue 445
|
||||
|
||||
RUN mkdir -p /usr/app
|
||||
RUN python -m venv ./venv
|
||||
|
Loading…
Reference in New Issue
Block a user