Linux container for building the Amalgam language interpreter.
To build the default Amalgam Linux Build Container
docker build -t amalgam-build-container-linux .
To build the Oracle Linux 8.x Container to support GLIBC 2.28
docker build -f linux-228/Dockerfile -t amalgam-build-container-linux-228 .