From a8c1e211ab6eae34eb06faaf318dc0b39c7bb2c1 Mon Sep 17 00:00:00 2001 From: Karim Iskakov Date: Tue, 20 Jun 2023 11:21:45 +0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7fd9f36e1..7b68eb96e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ ENV PIP_DISABLE_PIP_VERSION_CHECK=on ENV PIP_DEFAULT_TIMEOUT=100 RUN apt-get update -RUN apt-get install -y python3 python3-pip python-dev build-essential python3-venv ffmpeg +RUN apt-get install -y python3 python3-pip python3-dev build-essential python3-venv ffmpeg RUN mkdir -p /code ADD . /code @@ -17,4 +17,4 @@ WORKDIR /code RUN pip3 install -r requirements.txt -CMD ["bash"] \ No newline at end of file +CMD ["bash"]