This commit is contained in:
Satria 2026-06-06 09:32:24 +07:00
commit 2ac4c3bef1
2 changed files with 14 additions and 0 deletions

View file

@ -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 \

View file

@ -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