A Docker container which comes with the Dice interpreter found here: https://github.com/SHoltzen/dice.
git clone --recurse-submodules [email protected]:eczy/dice-container.git
cd dice-container
docker build -t dice .
docker run -it -v absolute_path_to_your_code:/workspace dice