Skip to content

Commit 0c8307e

Browse files
authored
Update Dockerfile
update software version
1 parent 0236903 commit 0c8307e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Dockerfile

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
FROM jlesage/baseimage-gui:ubuntu-20.04
2-
32
ENV ENABLE_CJK_FONT=1
43
RUN add-pkg curl
54
RUN add-pkg locales
65
ENV LANG=zh_CN.UTF-8
76
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-
7+
RUN curl https://down.115.com/client/115pc/lin/115pc_2.0.2.9.deb -o /tmp/115pc.deb
8+
RUN dpkg -i /tmp/115pc.deb
129
COPY startapp.sh /startapp.sh
13-
1410
ENV APP_NAME="115pc"

0 commit comments

Comments
 (0)