mirror of
https://github.com/NapNeko/NapCat-Docker.git
synced 2025-12-22 17:00:08 +08:00
Update Dockerfile
This commit is contained in:
parent
38c4e3ccee
commit
1ef8a3406d
@ -6,10 +6,9 @@ COPY NapCat.linux.arm64.zip NapCat.linux.x64.zip entrypoint.sh .
|
|||||||
|
|
||||||
# 安装Linux QQ
|
# 安装Linux QQ
|
||||||
RUN arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) && \
|
RUN arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) && \
|
||||||
curl -o linuxqq.deb https://dldir1.qq.com/qqfile/qq/QQNT/Linux/QQ_3.2.7_240428_${arch}_01.deb && \
|
curl -o linuxqq.deb https://dldir1.qq.com/qqfile/qq/QQNT/Linux/QQ_3.2.7_240606_${arch}_01.deb && \
|
||||||
dpkg -i --force-depends linuxqq.deb && rm linuxqq.deb && \
|
dpkg -i --force-depends linuxqq.deb && rm linuxqq.deb && \
|
||||||
chmod +x entrypoint.sh
|
chmod +x entrypoint.sh
|
||||||
|
|
||||||
VOLUME /usr/src/app/napcat/config
|
VOLUME /usr/src/app/napcat/config
|
||||||
VOLUME /root/.config/QQ
|
VOLUME /root/.config/QQ
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user