No cache for pip
All checks were successful
perso/huawei-3G-SMS-API/master This commit looks good

This commit is contained in:
Julien Cabillot 2019-08-06 11:39:25 -04:00
parent b6c7af6070
commit 4fc5edc549

View File

@ -5,7 +5,7 @@ COPY app /app
WORKDIR "/app" WORKDIR "/app"
RUN pip install -r requirements.txt RUN pip install --no-cache-dir --requirement requirements.txt
#USER "nobody" #USER "nobody"