Skip to content

Commit

Permalink
Updated ubuntu version to get latest packages
Browse files Browse the repository at this point in the history
This fixes #158
  • Loading branch information
lzzy12 authored Sep 2, 2020
1 parent b042030 commit 9c7af48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ubuntu:18.04
FROM ubuntu:20.04

WORKDIR /usr/src/app
RUN chmod 777 /usr/src/app
RUN apt-get -qq update
RUN apt-get -qq install -y aria2 git python3 python3-pip \
RUN apt-get -qq update && \
DEBIAN_FRONTEND="noninteractive" apt-get -qq install -y tzdata aria2 git python3 python3-pip \
locales python3-lxml \
curl pv jq ffmpeg
COPY requirements.txt .
Expand Down

0 comments on commit 9c7af48

Please sign in to comment.