We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e47adf3 commit 3f63f27Copy full SHA for 3f63f27
Dockerfile
@@ -21,7 +21,7 @@ RUN \
21
echo "**** install wps-office ****" && \
22
curl -o \
23
/tmp/wps.deb -L \
24
- "https://wps-linux-personal.wpscdn.cn/wps/download/ep/Linux2019/11708/wps-office_11.1.0.11708_amd64.deb" && \
+ "https://wps-linux-personal.wpscdn.cn/wps/download/ep/Linux2019/11711/wps-office_11.1.0.11711_amd64.deb" && \
25
apt install -y /tmp/wps.deb && \
26
mkdir /tmp/fonts && \
27
0 commit comments