From 2ac4c3bef1875127925d81c7732246f86e58f8c4 Mon Sep 17 00:00:00 2001 From: satr14 Date: Sat, 6 Jun 2026 09:32:24 +0700 Subject: [PATCH] readme --- Dockerfile | 1 + README.md | 13 +++++++++++++ 2 files changed, 14 insertions(+) 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