Skip to content

Commit a42dc7e

Browse files
author
Fun
committed
up
1 parent 50aab8c commit a42dc7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM debian:12-slim
22

33
RUN apt -y update && apt -y install wget libasound2 libglib2.0-bin dbus-x11 && cd ~ \
4-
&& wget -O qq.deb https://dldir1v6.qq.com/qqfile/qq/QQNT/Linux/QQ_3.2.19_250904_amd64_01.deb \
4+
&& wget -O qq.deb https://dldir1v6.qq.com/qqfile/qq/QQNT/Linux/QQ_3.2.23_260108_amd64_01.deb \
55
&& apt install -y ./qq.deb \
66
&& apt-get autoclean && apt-get clean \
77
&& rm -rf /root/.config/QQ/* && rm -rf /tmp/* \

0 commit comments

Comments
 (0)