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(Docker): Follow docker best practices #54

Closed GMishx closed 5 years ago

GMishx commented 5 years ago

Follow some docker best practices.

  1. Pin the python version to 3.7 instead of relying on 3.x
  2. Do not run application on the container as root.