You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.
@cyberdelia interestingly, the reason the buildpacks are in that order is because otherwise it was building but without GIS support:
>>> from django.contrib.gis import gdal
>>> gdal.HAS_GDAL
False
i presumed that was because the multi-buildpack only uses the release configuration from the latter buildback (i mentioned this in a comment here: #23 (comment))
i was able to build from this buildback for months until yesterday. Here's what happens when i try, and following is the output from 'docker version'.
My procfile:
i'm running this on Ubuntu 14.10, with 3.13.0-46-generic as the kernel. If there's any additional info needed, let me know.
The text was updated successfully, but these errors were encountered: