Skip to content

Commit 5c1e251

Browse files
committed
add libssl1.0-dev
1 parent 28257e5 commit 5c1e251

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ENV TZ=Asia/Shanghai
55
ADD run.sh /root/
66
RUN set -ex; \
77
apt-get update; \
8-
apt-get install -y --no-install-recommends wget tar vim; \
8+
apt-get install -y --no-install-recommends wget tar vim libssl1.0-dev; \
99

1010
# install font
1111
apt-get install -y xvfb libXrender* libfontconfig*; \
@@ -29,7 +29,7 @@ RUN set -ex; \
2929
rm -rf wkhtmltox wkhtmltox-0.12.4_linux-generic-amd64.tar.xz ;\
3030

3131
#download leanote
32-
wget https://static.axboy.cn/leanote/leanote-linux-amd64-v2.6.1.bin.tar.gz -O /root/leanote.tar.gz; \
32+
wget http://static.axboy.cn/leanote/leanote-linux-amd64-v2.6.1.bin.tar.gz -O /root/leanote.tar.gz; \
3333
tar -xzf /root/leanote.tar.gz -C /root/ ;\
3434
rm -f /root/leanote.tar.gz ;\
3535
chmod a+x /root/run.sh ;\

0 commit comments

Comments
 (0)