Skip to content
Snippets Groups Projects
Commit 253d71e4 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Force update of youtube-dl to avoid failing import

parent 2d615af9
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,6 @@ RUN apt-get update -qq && grep "^[^#;]" requirements.apt | xargs apt-get install
COPY ./requirements /requirements
RUN pip install -r /requirements/production.txt
COPY ./compose/django/gunicorn.sh /gunicorn.sh
COPY ./compose/django/entrypoint.sh /entrypoint.sh
......@@ -19,4 +18,7 @@ ENTRYPOINT ["/entrypoint.sh"]
COPY . /app
# Since youtube-dl code is updated fairly often, we split it here
RUN pip install --upgrade youtube-dl
WORKDIR /app
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment