snekbox
snekbox copied to clipboard
Separate and simplify PyDis specific usage
This PR makes a start at decoupling the specific setup of snekbox PyDis uses and snekbox as a standalone application.
This is done by building a basic snekbox application that supports evaluation using only the system version of Python.
We then have a new separate Dockerfile.pydis that uses the pre-built versions from python-discord/python-builds.
An integration specific image using this Dockerfile is built for integration tests to mirror the current behaviour.