We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50aab8c commit a42dc7eCopy full SHA for a42dc7e
1 file changed
Docker/Dockerfile
@@ -1,7 +1,7 @@
1
FROM debian:12-slim
2
3
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 \
+&& wget -O qq.deb https://dldir1v6.qq.com/qqfile/qq/QQNT/Linux/QQ_3.2.23_260108_amd64_01.deb \
5
&& apt install -y ./qq.deb \
6
&& apt-get autoclean && apt-get clean \
7
&& rm -rf /root/.config/QQ/* && rm -rf /tmp/* \
0 commit comments