Fix for lxml.

This commit is contained in:
FireMasterK 2020-09-09 12:40:34 +05:30
parent e3cfd22a6f
commit becd9df30d
No known key found for this signature in database
GPG Key ID: 8DFF5DD33E93DB58

View File

@ -9,7 +9,7 @@ COPY requirements.txt ./
RUN pip install --no-cache-dir wheel cryptography gunicorn pymysql RUN pip install --no-cache-dir wheel cryptography gunicorn pymysql
RUN pip install --no-cache-dir -r requirements.txt 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 . . COPY . .