drop pip cache

This commit is contained in:
WWWw 2024-11-01 20:51:36 +08:00 committed by GitHub
parent 6ad092c9e9
commit 362906974c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,7 +30,7 @@ RUN apt-get update && apt-get install -y \
python3-pip \
tzdata && \
echo "${TZ}" > /etc/timezone && \
pip3 install frida websockets && \
pip3 install frida websockets --no-cache-dir && \
ln -sf /usr/share/zoneinfo/${TZ} /etc/localtime && \
apt autoremove -y && \
apt clean && \