Pijul source control integration extension for Visual Studio Code

#8 Add Dockerfile to build in container

Opened by stellarpower on September 5, 2021
stellarpower added a change on September 5, 2021
Add containerised build process. by CpuTtfWHkPs44J2TkPj837yn1M6FFZAcfyFuguL6wjbg,
QYD57IVSBE7R3EIYFRT3UJIIXJIXAJJSHPPYIRYWTZXDDHZVNUNQC
stellarpower on September 5, 2021

Added a basic Dockerfile for building the .vsix using docker (or buildah/podman). The resulting image only contains the built extension and can be extracted to a tarball with e.g. podman save. Not into JS so there may be better ways of manaigng the dependencies, I mostly just wanted ot use tihs ASAP :3