fossology / atarashi

Atarashi scans for license statements in open source software, focusing on text statistics. Designed to work stand-alone and with FOSSology.
http://fossology.github.io/atarashi
GNU General Public License v2.0
26 stars 23 forks source link

fix(licenseDownloader): Fix build failures #53

Closed GMishx closed 5 years ago

GMishx commented 5 years ago

Changes

  1. Ignore SSL verification to avoid connection errors.
  2. Make the Docker build multi staged to reduce image size.
  3. Use Python wheels to do building and installation in Docker.