Skip to content

Add a Dockerfile

Yorick Peterse requested to merge docker into master

This Dockerfile builds Inko on Alpine. This allows users to try/use Inko without having to install any dependencies other than Docker or Podman. For now we only generate images for tags, but in the future we may also produce one for the master branch.

In addition we update the installation guide to inform users they can also install Inko using Docker/Podman.

This fixes #122 (closed)

Edited by Yorick Peterse

Merge request reports