Skip to content

Dockerfile: circumvent PEP-668 + fix check_connect.js path

Lucent requested to merge (removed):future-2024-05-11 into future-2024-05-11

What does this PR do?

  • The latest version of Alpine Linux has rolled out a version of Python 3 adhering to PEP-668, so installing pip packages manually is not doable anymore except by using a flag to let it install anyways: pip and setuptools are now pulled from Alpine's repos through apk.
  • Misskey changed path for check_connect.js: changed copy command to position it to the new correct path.

Tested on my instance + did a full build on my arm64 testbed. Confirmed working on arm64 also by user Tess/@vorap@garlic.social on the Discord server.

Contribution Guidelines By submitting this merge request, you agree to follow our Contribution Guidelines

  • I agree to follow this project's Contribution Guidelines
  • I have made sure to test this pull request

Merge request reports