We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2156202 commit e342765Copy full SHA for e342765
NodeBase/Dockerfile
@@ -101,6 +101,11 @@ RUN apt-get update -qqy \
101
fonts-wqy-zenhei \
102
fonts-tlwg-loma-otf \
103
fonts-noto-color-emoji \
104
+#==============================
105
+# shared system certificate support
106
107
+ p11-kit \
108
+ p11-kit-modules \
109
&& locale-gen ${LANGUAGE} \
110
&& dpkg-reconfigure --frontend noninteractive locales \
111
&& apt-get -qyy autoremove \
0 commit comments