Remove --virtual

This commit is contained in:
FireMasterK 2020-09-11 09:43:49 +00:00
parent ae926d74fc
commit a89ff6b51b

View File

@ -5,7 +5,7 @@ WORKDIR /usr/src/app
COPY requirements.txt ./ COPY requirements.txt ./
# Build Dependencies # Build Dependencies
RUN apk --no-cache --virtual build-deps add gcc musl-dev libffi-dev openssl-dev libxml2-dev libxslt-dev file llvm-dev make g++ RUN apk --no-cache add gcc musl-dev libffi-dev openssl-dev libxml2-dev libxslt-dev file llvm-dev make g++
# Python Dependencies # Python Dependencies
RUN pip install --no-cache-dir --prefix=/install wheel cryptography gunicorn pymysql RUN pip install --no-cache-dir --prefix=/install wheel cryptography gunicorn pymysql