diff --git a/Dockerfile b/Dockerfile index 7fd9f36..7b68eb9 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"]