Overv / openstreetmap-tile-server

Docker file for a minimal effort OpenStreetMap tile server
Apache License 2.0
1.2k stars 482 forks source link

Add "--break-system-packages" to Docker "pip" command #410

Open linsomniac opened 6 months ago

linsomniac commented 6 months ago

I'm building a 23.10 based version and they've made changes (either in Ubuntu or in pip, I'm assuming Ubuntu) so that the current pip3 command in the Docker file will fail. For 24.10, I believe we will need "pip3 install --break-system-packages", and that appears to be safe to use on 22.04 as well.