Clean out of used modules #2

This commit is contained in:
yoshiko2
2022-05-12 00:40:53 +08:00
parent 9722f43f17
commit f5cd1e38d0
3 changed files with 2 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ RUN apt-get update \
&& mv AV_Data_Capture-master /jav \
&& cd /jav \
&& ( pip install --no-cache-dir -r requirements.txt || true ) \
&& pip install --no-cache-dir requests pyquery lxml Beautifulsoup4 pillow \
&& pip install --no-cache-dir requests lxml Beautifulsoup4 pillow \
&& apt-get purge -y wget
WORKDIR /jav