Dockerfile: Add missing dependencies
Signed-off-by: lzzy12 <jhashivam2020@gmail.com>
This commit is contained in:
parent
7ba7bc92ac
commit
57afb01b63
|
|
@ -3,7 +3,7 @@ FROM ubuntu:18.04
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
RUN chmod 777 /usr/src/app
|
RUN chmod 777 /usr/src/app
|
||||||
RUN apt -qq update
|
RUN apt -qq update
|
||||||
RUN apt -qq install -y aria2 python3 python3-pip locales
|
RUN apt -qq install -y aria2 python3 python3-pip locales python3-lxml curl pv jq
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
RUN pip3 install --no-cache-dir -r requirements.txt
|
RUN pip3 install --no-cache-dir -r requirements.txt
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue