summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authort.me/xtekky <98614666+xtekky@users.noreply.github.com>2023-05-05 10:23:14 +0200
committerGitHub <noreply@github.com>2023-05-05 10:23:14 +0200
commit4825a8457293ebb4ab8de944f6bcb165728767fd (patch)
tree44519bfb8bf4bbf67dac64472d95f8dae5d1e8a3 /Dockerfile
parentMerge pull request #452 from ego/feature/requirements-and-docs (diff)
parentfix(Dockerfile): Fixed issue with unable to fetch the response. (diff)
downloadgpt4free-4825a8457293ebb4ab8de944f6bcb165728767fd.tar
gpt4free-4825a8457293ebb4ab8de944f6bcb165728767fd.tar.gz
gpt4free-4825a8457293ebb4ab8de944f6bcb165728767fd.tar.bz2
gpt4free-4825a8457293ebb4ab8de944f6bcb165728767fd.tar.lz
gpt4free-4825a8457293ebb4ab8de944f6bcb165728767fd.tar.xz
gpt4free-4825a8457293ebb4ab8de944f6bcb165728767fd.tar.zst
gpt4free-4825a8457293ebb4ab8de944f6bcb165728767fd.zip
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 297ebbbf..0ac667fb 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,6 +4,9 @@ WORKDIR /usr/app
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 -y #issue 445
+
RUN mkdir -p /usr/app
RUN python -m venv ./venv