nautobot / nautobot-docker-compose

Docker Compose for Nautobot
47 stars 43 forks source link

Fix 84 pyUWSGI bug #85

Closed jdrew82 closed 2 months ago

jdrew82 commented 2 months ago

As discussed in #84 it was found that the re-install of plugins from requirements.txt in the final build stage was causing pyUWSGI to be uninstalled and reinstalled with the non-SSL version. To address this we can simply copy the packages from /usr/local in the builder into the final image.