Slightly reduce image size by removing pip cache
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1852e8c439
commit
8e252f3bcb
@ -24,7 +24,7 @@ COPY ./sample-config.yml /app/config.yml
|
|||||||
COPY ./README.md /app/
|
COPY ./README.md /app/
|
||||||
COPY ./setup.py /app/
|
COPY ./setup.py /app/
|
||||||
COPY ./minitor /app/minitor
|
COPY ./minitor /app/minitor
|
||||||
RUN pip install -e .
|
RUN pip install --no-cache-dir -e .
|
||||||
|
|
||||||
# Copy scripts
|
# Copy scripts
|
||||||
COPY ./scripts /app/scripts
|
COPY ./scripts /app/scripts
|
||||||
|
Loading…
Reference in New Issue
Block a user