Skip to content

Commit e342765

Browse files
authored
Docker: Share system certificate support (#2653)
1 parent 2156202 commit e342765

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

NodeBase/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@ RUN apt-get update -qqy \
101101
fonts-wqy-zenhei \
102102
fonts-tlwg-loma-otf \
103103
fonts-noto-color-emoji \
104+
#==============================
105+
# shared system certificate support
106+
#==============================
107+
p11-kit \
108+
p11-kit-modules \
104109
&& locale-gen ${LANGUAGE} \
105110
&& dpkg-reconfigure --frontend noninteractive locales \
106111
&& apt-get -qyy autoremove \

0 commit comments

Comments
 (0)