We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0236903 commit 0c8307eCopy full SHA for 0c8307e
Dockerfile
@@ -1,14 +1,10 @@
1
FROM jlesage/baseimage-gui:ubuntu-20.04
2
-
3
ENV ENABLE_CJK_FONT=1
4
RUN add-pkg curl
5
RUN add-pkg locales
6
ENV LANG=zh_CN.UTF-8
7
RUN locale-gen zh_CN.UTF-8
8
-RUN curl https://down.115.com/client/115pc/lin/115pc_1.0.8.9.deb -o /tmp/115pc_1.0.8.9.deb
9
10
-RUN dpkg -i /tmp/115pc_1.0.8.9.deb
11
+RUN curl https://down.115.com/client/115pc/lin/115pc_2.0.2.9.deb -o /tmp/115pc.deb
+RUN dpkg -i /tmp/115pc.deb
12
COPY startapp.sh /startapp.sh
13
14
ENV APP_NAME="115pc"
0 commit comments