Slightly reduce image size by removing pip cache
continuous-integration/drone/push Build is passing Details

This commit is contained in:
IamTheFij 2020-01-30 10:28:30 -08:00
parent 1852e8c439
commit 8e252f3bcb
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ COPY ./sample-config.yml /app/config.yml
COPY ./README.md /app/
COPY ./setup.py /app/
COPY ./minitor /app/minitor
RUN pip install -e .
RUN pip install --no-cache-dir -e .
# Copy scripts
COPY ./scripts /app/scripts