readme
This commit is contained in:
parent
065c263398
commit
2ac4c3bef1
2 changed files with 14 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
FROM debian:trixie
|
FROM debian:trixie
|
||||||
|
LABEL org.opencontainers.image.source=https://git.satr14.my.id/satr14/aio-container
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
|
|
|
||||||
13
README.md
13
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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue