adding lxml to install to compile pip package
This commit is contained in:
parent
de6f9941cf
commit
24ddf07212
@ -1,5 +1,5 @@
|
||||
FROM python:3.6-buster AS builder
|
||||
RUN apt-get update && apt-get install -y gcc python-pip
|
||||
RUN apt-get update && apt-get install -y gcc python-pip lxml
|
||||
ADD app/requirements.txt /requirements.txt
|
||||
RUN pip install -U pip && pip install -r requirements.txt
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user