š¦ Minimal Debian layer that underpins every KloudKIT container
# TL;DR š³ grab the latest layer
docker pull ghcr.io/kloudkit/base-image:latest
Use it as the first FROM
in any Kloudkit-compatible Dockerfile:
FROM ghcr.io/kloudkit/base-image:latest
# ā¦install your app hereā¦
Released under the MIT License