Skip to content
  • Simon Schuster's avatar
    docker: Fix python binary · 60d497ff
    Simon Schuster authored
    Filebin unconditionally expects a 'python' command to be in path that is
    compatible with the installed pygments library. For alpine, this means a
    python3 binary. Therefore, we symlink /usr/bin/python3 to
    /usr/bin/python.
    60d497ff