You've already forked snikket-web-portal
Dependencies are not necessarily packaged for all architectures. In some cases (such as aiohttp, and others, on ARM) pip will attempt to compile the dependency from scratch. Since switching to multi-stage builds, we have been installing these without a compiler present which caused the build to fail on ARM architectures. This commit temporarily installs build-essential packages while running pip, then removes them again afterwards.
1.9 KiB
1.9 KiB