We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37c21c6 commit f57b388Copy full SHA for f57b388
1 file changed
Dockerfile
@@ -14,6 +14,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
14
libxml2-dev \
15
libxslt1-dev \
16
libpopt0 \
17
+ ca-certificates \
18
&& rm -rf /var/lib/apt/lists/*
19
20
RUN mkdir /opt/scancode-toolkit && \
0 commit comments