Add --no-cache

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

View File

@ -2,7 +2,7 @@ FROM python:3-alpine
WORKDIR /usr/src/app
RUN apk 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++
COPY requirements.txt ./