diff --git a/Dockerfile b/Dockerfile index 347a923..6a53f7f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM debian:trixie +LABEL org.opencontainers.image.source=https://git.satr14.my.id/satr14/aio-container ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update && apt-get install -y --no-install-recommends \ diff --git a/README.md b/README.md index e69de29..1abe1cc 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,13 @@ +# aio-container + +A simple container containing utilities, runtimes, interpreters, and other tools for CI/CD pipelines. Used for [Forgejo Actions](https://git.satr14.my.id/satr14/nix-flake/src/branch/main/modules/system/homelab/git.nix) + +List of packages included: +- Bun +- SSH client +- Git +- Curl +- Coreutils +- Node.js +- NPM +- Python 3 \ No newline at end of file