diff --git a/Dockerfile b/Dockerfile index e3cc23f..ef9cd1f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \ libxml2-dev \ libxslt1-dev \ libpopt0 \ + ca-certificates \ && rm -rf /var/lib/apt/lists/* RUN mkdir /opt/scancode-toolkit && \