Dockerfile for building a Docker container with Ryu SDN controller. Derived from: https://github.com/WillFantom/Ryu-Docker
Uses python 3.8 and alpine, as opposed to the ubuntu 16.04 base used in the official repo.
This leads to an image that is about half the size of the official image.
docker build --rm -t ryu-alpine:latest -f Dockerfile .