2019-02-15 12:02:00 -05:00
2019-02-14 11:11:28 -05:00
2019-02-14 14:42:04 -05:00

vscodium-docker-files

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.

building

for now there's just the 32-bit file:

docker build -t vscodium-ia32 -f Dockerfile.ia32 .

getting a shell

docker run -it vscodium-ia32 bash 

License

MIT

Description
No description provided
Readme MIT 32 KiB