Fix for lxml.
This commit is contained in:
parent
e3cfd22a6f
commit
becd9df30d
@ -9,7 +9,7 @@ COPY requirements.txt ./
|
||||
RUN pip install --no-cache-dir wheel cryptography gunicorn pymysql
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
RUN apk del gcc musl-dev libffi-dev openssl-dev libxml2-dev libxslt-dev file llvm-dev make g++
|
||||
RUN apk del gcc musl-dev libffi-dev openssl-dev file llvm-dev make g++
|
||||
|
||||
COPY . .
|
||||
|
||||
|
Reference in New Issue
Block a user