mirror of
https://github.com/NapNeko/NapCat-Docker.git
synced 2025-12-19 06:30:12 +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 \
|
python3-pip \
|
||||||
tzdata && \
|
tzdata && \
|
||||||
echo "${TZ}" > /etc/timezone && \
|
echo "${TZ}" > /etc/timezone && \
|
||||||
pip3 install frida websockets && \
|
pip3 install frida websockets --no-cache-dir && \
|
||||||
ln -sf /usr/share/zoneinfo/${TZ} /etc/localtime && \
|
ln -sf /usr/share/zoneinfo/${TZ} /etc/localtime && \
|
||||||
apt autoremove -y && \
|
apt autoremove -y && \
|
||||||
apt clean && \
|
apt clean && \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user