We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28257e5 commit 5c1e251Copy full SHA for 5c1e251
Dockerfile
@@ -5,7 +5,7 @@ ENV TZ=Asia/Shanghai
5
ADD run.sh /root/
6
RUN set -ex; \
7
apt-get update; \
8
- apt-get install -y --no-install-recommends wget tar vim; \
+ apt-get install -y --no-install-recommends wget tar vim libssl1.0-dev; \
9
10
# install font
11
apt-get install -y xvfb libXrender* libfontconfig*; \
@@ -29,7 +29,7 @@ RUN set -ex; \
29
rm -rf wkhtmltox wkhtmltox-0.12.4_linux-generic-amd64.tar.xz ;\
30
31
#download leanote
32
- wget https://static.axboy.cn/leanote/leanote-linux-amd64-v2.6.1.bin.tar.gz -O /root/leanote.tar.gz; \
+ wget http://static.axboy.cn/leanote/leanote-linux-amd64-v2.6.1.bin.tar.gz -O /root/leanote.tar.gz; \
33
tar -xzf /root/leanote.tar.gz -C /root/ ;\
34
rm -f /root/leanote.tar.gz ;\
35
chmod a+x /root/run.sh ;\
0 commit comments