makes it easier to troubleshoot problems in the Travis builds
the dockerfiles should install the necessary dependencies and clone the vscodium + vscode repos. then you can drop in and build or tweak things as desired.
for now there's just the 32-bit file:
docker build -t vscodium-ia32 -f Dockerfile.ia32 .
docker run -it vscodium-ia32 bash
MIT