six8 / pyinstaller-alpine

Docker image that can build single file Python apps with PyInstaller for Alpine Linux.
MIT License
80 stars 44 forks source link

Supports setup.py projects if no requirements.txt found #1

Closed mattrasband closed 7 years ago

mattrasband commented 7 years ago

Simple update, simply checks for a setup.py if requirements.txt isn't found to install app requirements prior to running the pyinstaller command.