mirror of
https://github.com/NapNeko/NapCat-Docker.git
synced 2025-12-18 22:06:41 +08:00
drop pip cache
This commit is contained in:
parent
6ad092c9e9
commit
362906974c
@ -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 && \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user