mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
ci: optimized base-image size
This commit is contained in:
@@ -59,3 +59,9 @@ fi
|
||||
|
||||
# install python dependencies
|
||||
pip install -r /app/install/python/requirements.txt
|
||||
|
||||
# After pip install
|
||||
pip cache purge && \
|
||||
rm -rf ~/.cache/pip/* && \
|
||||
apt-get remove -y make build-essential && \
|
||||
apt-get autoremove -y
|
||||
Reference in New Issue
Block a user