FlowFuse / docker-compose

Docker Compose file to run FlowForge
Apache License 2.0
15 stars 19 forks source link

Fix Python for sqlite #20

Closed hardillb closed 2 years ago

hardillb commented 2 years ago

Stops trying to install Python2 and symlinks /usr/bin/python3 to /usr/bin/python which is needed to build sqlite3 from source (on ARM64 since it downloads pre-built binaries for AMD64)

closes #19

(We should look at moving up to sqlite3 5.0.8 or floating at latest at some point)